
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #banner_style_01_1600687191447{width:100%;height:660px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#banner_style_01_1600687191447{height:400px;}}   @media screen and (max-width:640px) {#banner_style_01_1600687191447{width:100%;height:200px;top:0px;left:0%;}} 

 #text_style_01_1605257957495{width:32.212296374146085%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:25px;left:19.968470835522858%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1605257957495{}}   @media screen and (max-width:640px) {#text_style_01_1605257957495{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1605257957495>.view_contents {color:#ffffff;font-size:48px;font-weight:bold;} #layout_diy_1591176978{height:660px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1591176978{height:400px;}}   @media screen and (max-width:640px) {#layout_diy_1591176978{height:200px;}} 


 #image_style_13_1_1600740190117{width:38.666666666666664%;position:absolute;top:20px;left:56.99999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_13_1_1600740190117{width:404px;left:55.6203605514316%;top:36px;}}   @media screen and (max-width:640px) {#image_style_13_1_1600740190117{width:96%;top:219px;left:2%;}} #image_style_13_1_1600740190117 > .view_contents{overflow:visible;}  #image_style_13_1_1600740190117 .titleSet {color:#333333;font-size:16px;font-family:Microsoft YaHei;height:43px;padding-top:10px;padding-left:62px;} #image_style_13_1_1600740190117 .detailSet {font-size:14px;color:#999999;margin-left:0px;padding-left:62px;} #image_style_13_1_1600740190117 .imgSet {margin-right:0px;} #image_style_13_1_1600740190117 .modSet:hover .titleSet {color:#005fbf;font-family:Microsoft YaHei;font-size:16px;padding-left:62px;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1600740190117 .titleSet {padding-left:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1600740190117 .detailSet {padding-left:40px;}} @media screen and (min-width:641px) and (max-width:1200px) { #image_style_13_1_1600740190117 .modSet:hover .titleSet {padding-left:40px;}} @media screen and (max-width:640px) { #image_style_13_1_1600740190117 .titleSet {padding-left:20px;padding-top:0px;}} @media screen and (max-width:640px) { #image_style_13_1_1600740190117 .detailSet {padding-left:20px;}} @media screen and (max-width:640px) { #image_style_13_1_1600740190117 .modSet:hover .titleSet {padding-left:20px;}}

 #image_style_01_1591180797195{width:52.583333333333336%;height:311px;position:absolute;top:20px;left:1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1591180797195{height:338px;width:50%;top:14px;left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1591180797195{width:96%;height:207.872px;top:0px;left:2%;display:block;}} #image_style_01_1591180797195 > .view_contents{overflow:visible;}  #layout_1591177600920{height:363px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1591177600920{height:383px;}}   @media screen and (max-width:640px) {#layout_1591177600920{height:501px;}} #layout_1591177600920 > .view_contents{overflow:visible;max-width:1200px;} 


 #text_style_01_1605257639485{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:11px;left:3.7083333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1605257639485{}}   @media screen and (max-width:640px) {#text_style_01_1605257639485{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1605257639485>.view_contents {font-weight:bold;font-size:25px;}

 #image_style_01_1605257745053{width:23.416666666666668%;height:115px;position:absolute;top:80px;left:3.7083333333333335%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1605257745053{}}   @media screen and (max-width:640px) {#image_style_01_1605257745053{width:100%;height:134px;top:0px;left:0%;}} #image_style_01_1605257745053 > .view_contents{overflow:visible;}  #image_style_01_1605257745053 .picSet {border-style:solid;}

 #image_style_01_1605257755552{width:23.416666666666668%;height:115px;position:absolute;top:80px;left:35.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1605257755552{}}   @media screen and (max-width:640px) {#image_style_01_1605257755552{width:100%;height:134px;top:126px;left:0%;}} #image_style_01_1605257755552 > .view_contents{overflow:visible;}  #image_style_01_1605257755552 .picSet {border-style:solid;}

 #image_style_01_1605257762278{width:23.416666666666668%;height:115px;position:absolute;top:80px;left:66.95833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1605257762278{}}   @media screen and (max-width:640px) {#image_style_01_1605257762278{width:100%;height:134px;top:126px;left:0%;}} #image_style_01_1605257762278 > .view_contents{overflow:visible;}  #image_style_01_1605257762278 .picSet {border-style:solid;}

 #text_style_01_1605257927512{width:44.166666666666664%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:52px;left:3.2916666666666665%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1605257927512{}}   @media screen and (max-width:640px) {#text_style_01_1605257927512{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}} 

 #div_blank_new05_1605258152183{width:100.58333333333334%;position:absolute;top:195px;left:-0.2916666666666714%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1605258152183{}}   @media screen and (max-width:640px) {#div_blank_new05_1605258152183{width:33.003300330033%;top:0px;left:33.4983498349835%;}}  #div_blank_new05_1605258152183  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1605258152183  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1605258152183  {box-sizing:border-box;}}

 #div_blank_new05_1605258170222{width:100%;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1605258170222{}}   @media screen and (max-width:640px) {#div_blank_new05_1605258170222{width:33.003300330033%;top:205px;left:2.145214521452145%;}}  #div_blank_new05_1605258170222  {box-sizing:border-box;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1605258170222  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1605258170222  {box-sizing:border-box;}} #layout_1605257386971{height:226px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1605257386971{height:383px;}}   @media screen and (max-width:640px) {#layout_1605257386971{height:501px;}} #layout_1605257386971 > .view_contents{overflow:visible;max-width:1200px;} 


 #liuyanban_style_05_1605258043774{width:86.33333333333333%;position:absolute;top:37px;left:6.375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#liuyanban_style_05_1605258043774{}}   @media screen and (max-width:640px) {#liuyanban_style_05_1605258043774{width:100%;top:0px;left:0%;}} 

 #text_style_01_1605258580737{width:16.333333333333332%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:448px;left:33.541666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1605258580737{}}   @media screen and (max-width:640px) {#text_style_01_1605258580737{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #layout_1605258043767{height:492px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1605258043767{}}   @media screen and (max-width:640px) {#layout_1605258043767{}} #layout_1605258043767 > .view_contents{overflow:visible;max-width:1200px;} 
.bannerStyle_1{width:100%; height:100%; position:relative;}
.bannerStyle_1 .main_visual{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 .main_image{height:100%; overflow:hidden; position:relative; }
.bannerStyle_1 div.flicking_con{position:absolute; bottom:20px; left:0; z-index:999; width:100%; height:14px; text-align:center; z-index: 105;}
.bannerStyle_1 div.flicking_con a{width:14px; height:14px; padding:0; background:none; border:1px solid white; display:inline-block; box-sizing:border-box; margin:0 3px; border-radius:100%; }
.bannerStyle_1 div.flicking_con a.on{background:white; border:0;}
.bannerStyle_1 .btn_prev,.bannerStyle_1 .btn_next{z-index:11111; position:absolute; width:73px; height:74px; top:50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display:none; }
.bannerStyle_1 .btn_prev{background:url(../img/banner/style_01/hover_left.png) no-repeat left top; left:20px; background-size: 80%;}
.bannerStyle_1 .btn_next{background:url(../img/banner/style_01/hover_right.png) no-repeat right top; right:20px; background-size: 80%;}
.bannerStyle_1 .ground_glass{display:none; position:absolute; top:0; left:0; opacity:0; width:100%; height:100%; z-index:998; background-color:#fff;}
@media screen and  (min-width:326px) and (max-width:767px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
}
@media screen and  (max-width:640px){
	.bannerStyle_1 div.flicking_con a{width: 9px; height: 9px;}
	.bannerStyle_1 .btn_prev, .bannerStyle_1 .btn_next{width:53px; height:54px;}
}
.bannerStyle_1 .main_image .img-list{width:100%; height:100%; overflow:hidden; position:absolute; top:0; left:0}
.bannerStyle_1 .main_image .img-item{position:absolute; width:100%; height:100%; display:block; top:0;}
.bannerStyle_1 .main_image .img-item span{display:block; width:100%; height:100%; background-size:cover !important;}
.bannerStyle_1 .main_image .img-item a{display:block; width:100%; height:100%; overflow: hidden;box-sizing: border-box;}
.bannerStyle_1.rotate-3d .img-part{
	position: absolute;
	top: 0;
	width: calc(20% + 1px);
	height: 100%;
	background-color: #fff;
	transition: all .7s;
	transform-style: preserve-3d;
}
.bannerStyle_1.rotate-3d .img-part .img{
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: 500% auto;
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(1){
	transform: rotateX(0deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(2){
	transform: rotateX(-90deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(3){
	transform: rotateX(-180deg) translateZ(150px);
}
.bannerStyle_1.rotate-3d .img-part .img:nth-child(4){
	transform: rotateX(-270deg) translateZ(150px);
}
.img_url{ position:absolute; width:100%; height:100%; left:0; top:0; display:block; z-index: 100;}
	            

            #banner_style_01_1600687191447 .bannerStyle_1 .main_image .img-item .img_0{background: url('https://wds-service-1258344699.file.myqcloud.com/nice-provider/20/4255/png/1605256780831f25fb0cc970a2a14.png?version=0') center top no-repeat;}
                #banner_style_01_1600687191447 .bannerStyle_1 .ground_glass{}
    
    #banner_style_01_1600687191447 .bannerStyle_1 .main_image .img-item span{}
    @media screen and (min-width:641px) and (max-width:1200px) {
    #banner_style_01_1600687191447 .bannerStyle_1 .main_image .img-item span{}
    }

    @media screen and (max-width:640px) {
    #banner_style_01_1600687191447 .bannerStyle_1 .main_image .img-item span{}    }
.imgStyle_13_1{ width:100%; }
.imgStyle_13_1 *{ font-size:'微软雅黑'; }
.imgStyle_13_1 .imgTextUl{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.imgStyle_13_1 .imgTextLi{ overflow: hidden; margin-bottom:2%;box-sizing: border-box;}
.imgStyle_13_1 li{ width: 32%;}
.imgStyle_13_1 .imgTextLi .left{width: 130px;}
.imgStyle_13_1 .imgTBox{ text-align: left; float:left; display:inline-block;height: 100%;}
.imgStyle_13_1 .imgTBox>img{ display: inline-block; width:100%;box-sizing: border-box;height: 100%;}
.imgStyle_13_1 .cont{ float:right; display:inline-block;width: calc(100% - 130px);}
.imgStyle_13_1 .name{  font-size:16px; line-height:2.5; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .subName{ font-size:12px; color:#666; padding-left:10px;word-break: break-word;}
.imgStyle_13_1 .left{position: relative;float: left;width: 130px;height: auto;}
.imgStyle_13_1 .image-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;overflow: hidden;}
.imgStyle_13_1 .cont .btn{padding-left: 10px;}
.imgStyle_13_1 .cont .btnSet{width: auto;height: 25px;line-height: 25px;display: block;border: 1px solid #7d7d7d;color: #333;text-align: center;margin-right: 40%;margin-top: 10px;word-break: break-all;overflow: hidden;}

@media screen and (max-width: 768px){
	.imgStyle_13_1 .imgTextLi{ width:100%;margin-bottom: 4%;}
	.imgStyle_13_1 .cont{width: calc(100% - 130px);}
	.imgStyle_13_1 .name{ font-size:16px;}
}
        /*pc*/
        #image_style_13_1_1600740190117  ul li{width: 100%;}
        #image_style_13_1_1600740190117  ul li.imgTextLi{margin-bottom:4%;}
        #image_style_13_1_1600740190117  ul li.imgTextLi .left{width: 112px;}
        #image_style_13_1_1600740190117  ul li.imgTextLi .cont{width: calc(100% - 112px);}
        @media screen and (max-width: 1024px){/*ipad*/
        #image_style_13_1_1600740190117  ul li{width: 100%;}
        #image_style_13_1_1600740190117  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1600740190117  ul li.imgTextLi .left{width: 80px;}
        #image_style_13_1_1600740190117  ul li.imgTextLi .cont{width: calc(100% - 80px);}
        }
        @media screen and (max-width: 768px){/*mobi*/
        #image_style_13_1_1600740190117  ul li{width: 100%;}
        #image_style_13_1_1600740190117  ul li.imgTextLi{margin-bottom:2%;}
        #image_style_13_1_1600740190117  ul li.imgTextLi .left{width: 60px;}
        #image_style_13_1_1600740190117  ul li.imgTextLi .cont{width: calc(100% - 60px);}
        }
    
	#image_style_01_1591180797195 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1591180797195 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1591180797195 .CompatibleImg img{width:100%; height:100%}}
.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1605257745053 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1605257745053 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1605257745053 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1605257745053 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1605257755552 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1605257755552 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1605257755552 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1605257755552 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1605257762278 .CompatibleImg img{width:100%; height:100%}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1605257762278 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1605257762278 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1605257762278 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	.gformStyle_5{width:100%; box-sizing: border-box;}
.gformStyle_5 *{box-sizing: border-box;transition:all ease .3s; -webkit-transition:all ease .3s; -moz-transition:all ease .3s; -o-transition:all ease .3s; box-sizing: border-box;}
.gformStyle_5 .gformS{width:100%;box-sizing:border-box;}
.gformStyle_5 .gf_title{text-align:left; font-size:18px; line-height:3;margin-left:1%;}
.gformStyle_5 .gformList{width:100%;margin-bottom:4px;}
.gformStyle_5 .gformList span{display:block; float:left; width:36px; font-size:14px; line-height:34px;}
.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput{width:100%;max-width:100%; min-width:0; box-sizing:border-box; font-size:14px; color:#333; padding:8px; border:1px solid #eee;}
.gformStyle_5 .gformList input.gfInput{height:50px; width:100%; min-width:0;border:1px solid #4289a3;border-radius: 8px;margin-bottom:20px;}
.gformStyle_5 .gformList textarea.gf_message{border:1px solid #4289a3;border-radius: 8px;height:200px;width:98%;margin-left: 1%;}
.gformStyle_5 .gbt{background:#4289a3;position: relative;left:1%;font-weight: bold; color:#fff; font-size:16px; line-height:40px; cursor:pointer; box-sizing:border-box; border:0; height:40px; width:28%; margin:3% auto;border-radius: 8px;}
.gformStyle_5 .gformList input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset !important; } 

.gformStyle_5 #gbook{width:98%; box-sizing:border-box; list-style:none; clear:both;margin:0 auto;}
.gformStyle_5 li.gbList{background:#fff; margin-bottom:10px; color:#333; padding:10px; box-sizing:border-box;}
.gformStyle_5 .gb_name{font-size:14px; line-height:3; white-space:nowrap; border-top: 1px solid #aaa; padding:10px;}
.gformStyle_5 .gb_content{margin:10px auto;  clear:both;}
.gformStyle_5 .gb_page{background:#fff; text-align:center; font-size:14px; line-height:2;}
.gformStyle_5 .gb_replay{margin:10px auto; border-top:1px solid #ccc; padding-top:10px; box-sizing:border-box; font-size:14px;}
.gformStyle_5 .gb_replay b{padding-left:50px;}
.gformStyle_5 .gb_replay .gb_content{padding-left:50px;}
.gformStyle_5 .gb_info{float:right; color:#666;}


.gformStyle_5 .thetextbox{width:31.33%;float:left;margin-left:1%;margin-right: 1%;}
.gformStyle_5 .gfInput{clear: both;}
.gformStyle_5 .gf_message{border:1px solid #4289a3;}


@media screen and (max-width:991px){
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:calc(100% - 36px); }
}
@media screen and (max-width:768px){
.gformStyle_5{padding:15px;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformList input.gfInput{margin:auto; max-width:auto; min-width:100%;}
.gformStyle_5 .gbt{font-size:14px;}
}
@media screen and (max-width:480px){
.gformStyle_5{padding:10px;min-width: 0;}
.gformStyle_5 .listTit{display:none;}
.gformStyle_5 .gformList textarea.gf_message,.gformStyle_5 .gformList input.gfInput{margin:auto; max-width:auto; min-width:100%; }
.gformStyle_5 .gb_replay{padding-left:10px;font-size:14px;}
.gformStyle_5 .gb_nickname,.gformStyle_5 .gb_nickname b{font-size:14px;}

.gformStyle_5 .thetextbox{width:100%;float:left;margin-left:0;margin-right: 0;}
}

.gformStyle_5 .gformList textarea.gf_message, .gformStyle_5 .gformList input.gfInput,.gformStyle_5 li.gbList{background:#fff;}
.gformStyle_5 .modFontColor{color:#333;}
.gformStyle_5 .modBorderColor{border-color:#f5f5f5 !important;}


.style_05_changeCode {
    z-index: 88 !important;
    width: 65px;
    height: 32px;
    display: block;
    position: absolute;right:3px;transform:translate(0,-120%);-ms-transform:translate(0,-120%);-moz-transform:translate(0,-120%);-o-transform:translate(0,-120%);-webkit-transform:translate(0,-120%);
}
#liuyanban_style_05_1605258043774 .error{ color: #f00 !important;}

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 14px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				