@charset "utf-8";
body{background-color:#f3f3f2;min-width:1300px;margin:0;padding:0;}
/*登录*/

.floating-bg{position:absolute;width:150px;height:150px;background:rgba(255,255,255,0.1);border-radius:50%;animation:float 8s infinite linear}
@keyframes float{0%,100%{transform:translate(0,0)}25%{transform:translate(100px,100px)}50%{transform:translate(-50px,150px)}75%{transform:translate(-100px,-100px)}}

.main{float:left;width:460px;height:450px;}
.main .login{float:left;background-color:#fff;border-radius:8px;width:360px;height:450px;box-shadow: 0 15px 35px rgba(0,0,0,0.1);transform:translateY(0);transition: all .3s ease;padding:0 50px;}
.main .login li{float:left;width:100%;text-align:center;}
.main .login .l1{color:#333;font-size:28px;font-weight:700;margin:35px 0 0 0;overflow:hidden;height:45px;line-height:45px;}
.main .login .l2{color:#333;font-size:17px;margin:10px 0 10px 0;}
.main .login .l3{margin:23px 0 0 0;}
.main .login .l3 input{float:left;width:calc(100% - 62px);padding: 15px 20px 15px 38px;border: 2px solid #eee;border-radius: 10px;font-size: 15px;transition: all .3s ease;}
.main .login .l3 .uid{background:url(../img/uid.png) 10px center no-repeat;}
.main .login .l3 .pwd{background:url(../img/pwd.png) 10px center no-repeat;}
.main .login .l4{margin:40px 0 0 0;}
.main .login .l4 input{float:left;width: 100%;padding: 15px;background: linear-gradient(45deg, #ff6b6b, #ff8e8e);border: 0;border-radius: 10px;color: white;font-size: 16px;cursor: pointer;transition: transform .3s ease;}
.main .login .l5{margin:30px 0 0 0;text-align:center;}
.main .login .l5 a{margin:0 15px;color:#888;}
.main .login .l5 a:hover{color:#ff6600;}

.loginbottom{float:left;position:fixed;bottom:10px;width:100%;font-size:12px;color:#fff;height:50px;line-height:25px;}
.loginbottom a{color:#fff;}
.loginbottom a:hover{color:#ccc;}

.mainleft{width:220px;position:fixed;left:0;top:0;bottom:0;background-color:#3c444d;scrollbar-width:none;overflow-y:auto;text-align:left;}
.mainleft .logo{float:left;margin:30px 0 20px 0;text-align:center;width:100%;}
.mainleft .logo img{max-width:100%;}
.mainleft .menu{float:left;width:calc(100% - 42px);height:44px;line-height:44px;padding-left:42px;font-size:14px;color:#d6d7d9;margin:10px 0 0 0;cursor:pointer;}
.mainleft .menu:hover{}
.mainleft .menu .shu{color:#fff;line-height:15px;padding:0 5px;border-radius:50px;font-weight:100;font-size:11px;margin:14px 13px 0 0;float:right;cursor:default;}
.mainleft .menu .s1{background-color:#f32f53;}
.mainleft .menu .s2{background-color:#6fd088;}
.mainleft .menu1{background:url(../img/lefta1.png) 13px center no-repeat;}
.mainleft .menu1:hover{background-color:#2c3138;}
.mainleft .menu2{background:url(../img/lefta2.png) 13px center no-repeat;}
.mainleft .menu2:hover{background-color:#2c3138;}
.mainleft .menu3{background:url(../img/lefta3.png) 13px center no-repeat;}
.mainleft .menu3:hover{background-color:#2c3138;}
.mainleft .menu4{background:url(../img/lefta4.png) 13px center no-repeat;}
.mainleft .menu4:hover{background-color:#2c3138;}
.mainleft .menu5{background:url(../img/lefta5.png) 13px center no-repeat;}
.mainleft .menu5:hover{background-color:#2c3138;}
.mainleft .menu6{background:url(../img/lefta6.png) 13px center no-repeat;}
.mainleft .menu6:hover{background-color:#2c3138;}
.mainleft .menu7{background:url(../img/lefta7.png) 13px center no-repeat;}
.mainleft .menu7:hover{background-color:#2c3138;}
.mainleft .menus{float:left;width:100%;font-size:13px;overflow:hidden;height:0;}
.mainleft .menus a{float:left;width:calc(100% - 42px);height:36px;line-height:36px;padding-left:42px;color:#d6d7d9;margin:5px 0 0 0;}
.mainleft .menus a:hover{background-color:#2c3138;}
.mainleft .menus .shu{color:#fff;line-height:15px;padding:0 5px;border-radius:50px;font-weight:100;font-size:11px;margin:11px 13px 0 0;float:right;cursor:default;}
.mainleft .menus .s1{background-color:#f32f53;}
.mainleft .menus .s2{background-color:#6fd088;}
.mainleft .menush{height:auto;}

.mainright{float:right;width:calc(100% - 252px);margin:0 16px 0 16px;text-align:left;padding:0 0 16px 0;background-color:#fff;} /*不要直接左右padding*/

.righttop{float:left;width:100%;background-color:#fff;border-top:#f3f3f2 solid 10px;height:70px;border-bottom:#f3f3f2 solid 10px;}
.righttop .topser{float:left;width:307px;height:38px;margin:16px 0 0 20px;border-radius:4px;background-color:#f1f1f0;}
.righttop .topser li{float:left;}
.righttop .topser .l1{width:68px;}
.righttop .topser .l1 #nowsel{float:left;width:49px;height:38px;line-height:38px;padding-left:14px;text-align:left;background:url(../img/t1.png) 49px center no-repeat;cursor:pointer;}
.righttop .topser .l1 #tlist{float:left;width:68px;position:relative;background-color:#f1f1f0;margin:-1px 0 0 0px;display:none;}
.righttop .topser .l1 #tlist a{float:left;line-height:30px;width:calc(100% - 14px);padding-left:14px;}
.righttop .topser .l1 #tlist a:hover{background-color:#e4e4e0;}
.righttop .topser .l2{width:198px;}
.righttop .topser .l2 input{float:left;width:90%;height:38px;border:0;margin-left:10px;background-color:#f1f1f0;}
.righttop .topser .l3{width:40px;}
.righttop .topser .l3 input{float:left;width:40px;border:0;height:38px;cursor:pointer;background:url(../img/topser.png) center center no-repeat;}
.righttop .ksmenu{float:left;margin:16px 0 0 10px;}
.righttop .ksmenu a{float:left;line-height:38px;font-size:15px;padding:0 20px;margin-left:15px;border-radius:20px;color:#666;}
.righttop .ksmenu a:hover{box-shadow:0 1px 10px #e6e6e6;color:#000;}
.righttop .ksmenu .a1{box-shadow:0 1px 10px #e6e6e6;color:#000;}
.righttop .admininf{float:right;margin:14px 14px 0 0;height:56px;}
.righttop .admininf .tx{float:left;}
.righttop .admininf .tx img{float:right;width:42px;height:42px;border-radius:42px;cursor:pointer;}
.righttop .admininf .kjxl{float:left;position:absolute;width:97px;background-color:#fff;border-radius:5px;border:#e7e5e4 solid 1px;padding:8px 0;margin:50px 0 0 -55px;display:none;}
.righttop .admininf .kjxl a{float:left;width:calc(100% - 29px);margin:0 8px;line-height:36px;padding-left:13px;border-radius:5px;color:#5d5a59;font-size:14px;}
.righttop .admininf .kjxl a:hover{background-color:#f5f5f4;}
.righttop .admininf:hover .kjxl{display:block;}
.righttop .topkj{float:right;margin:14px 0 0 0;}
.righttop .topkj a{float:left;border-radius:40px;width:40px;height:40px;border:#e7e5e4 solid 1px;margin-right:20px;text-align:center;}
.righttop .topkj a span{display:none;}
.righttop .topkj .sx{background:url(../img/top1.png) center center no-repeat;}
.righttop .topkj .ql{background:url(../img/top2.png) center center no-repeat;}
.righttop .topkj .un{background:url(../img/top3.png) center center no-repeat;}
.righttop .topkj .sx:hover{background:url(../img/top1_1.png) center center no-repeat;background-color:#e8e8fd;}
.righttop .topkj .ql:hover{background:url(../img/top2_1.png) center center no-repeat;background-color:#e8e8fd;}
.righttop .topkj .un:hover{background:url(../img/top3_1.png) center center no-repeat;background-color:#e8e8fd;}

/*不要加前缀，有些弹窗要用的*/
.glocz{float:right;border-radius:3px;line-height:25px;padding:0 9px;margin:9px 9px 0 0;color:#fff;font-size:12px;}
.glocz_del{background-color:#f32f53;}
.glocz_edi{background-color:#ffbb44;}
.glocz_a1{background-color:#0f9cf3;}
.glocz_a2{background-color:#6fd088;}

.switch2{margin:0;
    display:inline-block;
    position:relative;
    width:40px;
    height:20px;
    border:1px solid #bfbfbf;
    outline:none;
    border-radius:10px;
    box-sizing:border-box;
    background:#bfbfbf;
    cursor:pointer;
    transition:border-color .3s, background-color .3s;
    vertical-align:middle;}
.switch2:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.switch1{margin:0;
    display:inline-block;
    position:relative;
    width:40px;
    height:20px;
    border:1px solid #20a53a;
    outline:none;
    border-radius:10px;
    box-sizing:border-box;
    background:#20a53a;
    cursor:pointer;
    transition:border-color .3s, background-color .3s;
    vertical-align:middle;}
.switch1:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 100%;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.bqu1{float:left;width:calc(100% - 34px);margin:0 16px 0 16px;background:url(../img/xx.png) left bottom repeat-x;}
.bqu1 a{float:left;line-height:60px;padding:0 20px;color:#555;font-size:14px;}
.bqu1 .a1{border-bottom:#3388ff solid 2px;color:#3388ff;}

.rights{float:left;width:calc(100% - 54px);background-color:#FFF6BF;border:#FDD845 solid 1px;padding:8px 10px;margin:16px 16px 0 16px;line-height:20px;text-align:left;}

.mblist{float:left;width:calc(100% - 40px);margin:0 20px;}
.mblist .u1{float:left;width:200px;padding:10px;margin:10px 10px 0 0;text-align:center;}
.mblist .u1 li{float:left;}
.mblist .u1 .l1{width:200px;height:200px;}
.mblist .u1 .l1 img{width:200px;height:200px;}
.mblist .u1 .l1 span{float:left;margin:176px 0 0 0;position:absolute;color:#fff;padding:4px 0 0 0;text-align:center;width:200px;height:20px;}
.mblist .u1 .l1 .s1{background-color:#ff0000}
.mblist .u1 .l1 .s0{background:url(../img/bg1.png) repeat;}
.mblist .u1 .l2{height:26px;width:200px;padding:10px 0 0 0;}
.mblist .u1 .l2 a{float:left;width:58px;text-align:center;height:20px;padding:4px 0 0 0;color:#fff;}
.mblist .u1 .l2 .a1{background-color:#1E9FFF;border:#1E9FFF solid 1px;}
.mblist .u1 .l2 .a2{background-color:#009688;border:#009688 solid 1px;margin:0 10px;}
.mblist .u1 .l2 .a3{background-color:#FBFBFB;border:#E6E6E6 solid 1px;color:#C9C9C9;}
.mblist .u1:hover{background-color:#e1e1e1;}

.rsearch{float:left;width:calc(100% - 32px);background-color:#fff;margin:10px 0 0 0;padding:0 16px 5px 16px;border-bottom:#f3f3f2 solid 10px;}
.rsearch .u1{float:left;border-bottom:#e6e6e6 dotted 1px;width:100%;font-size:13px;}
.rsearch .u1 li{float:left;}
.rsearch .u1 .l1{width:100px;line-height:50px;text-align:right;}
.rsearch .u1 .l2{width:calc(100% - 110px);padding-left:10px;}
.rsearch .u1 .l2 a{line-height:30px;margin:9px 0 0 0;padding:0 17px;float:left;color:#666666;border:#fff solid 1px;border-radius:4px;}
.rsearch .u1 .l2 a:hover{color:#000;}
.rsearch .u1 .l2 .a1{color:#000000;background-color:#eff2f7;border:#e8ecf4 solid 1px;}
.rsearch .u1 .l2 .tsnum{float:left;line-height:15px;padding:0 3px;min-width:9px;text-align:center;border-radius:15px;font-size:12px;color:#fff;margin:-4px 0 0 -8px;position:absolute;background-color:#ff0000;}
.rsearch .seld{float:left;height:50px;padding:0 20px 0 0;font-size:13px;}
.rsearch .seld .d1{float:left;text-align:right;width:100px;line-height:50px;}
.rsearch .seld .d2{float:left;padding-left:10px;}
.rsearch .seld .d2 input{float:left;border:#cacbcd solid 1px;height:28px;margin-top:10px;border-radius:4px;padding-left:5px;}
.rsearch .seld .d2 input:focus{border:#40a9ff solid 1px;box-shadow: 0 0 5px #d9d9d9;}
.rsearch .seld .d2 select{float:left;border:#cacbcd solid 1px;height:28px;margin-top:10px;}
.rsearch .seld .d2 .fd{float:left;padding:0 5px;line-height:50px;}
.rsearch .sertj{float:left;margin:10px 0 0 20px;height:40px;}
.rsearch .sertj a{float:left;height:28px;padding:0 15px;line-height:28px;border-radius:4px;font-size:13px;}
.rsearch .sertj .a1{color:#fff;border:#3cbade solid 1px;background-color:#3cbade;}
.rsearch .sertj .a2{color:#595959;border:#d9d9d9 solid 1px;margin-left:20px;}

.shouqiser{float:left;width:100%;padding:0 0 20px 0;background-color:#f3f3f2;}
.shouqiser li{float:left;}
.shouqiser .l1{height:10px;border-right:#ddd solid 1px;width:1px;margin:0 calc(50% - 1px);}
.shouqiser .l2{border:#ddd solid 1px;line-height:30px;font-size:12px;border-radius:35px;cursor:pointer;width:78px;padding-left:50px;margin:0 calc(50% - 65px);}
.shouqiser .l21{background:url(../img/shouqi.png) 23px center no-repeat;background-color:#fff;background-size:10px auto;}
.shouqiser .l22{background:url(../img/xiala.png) 23px center no-repeat;background-color:#fff;background-size:10px auto;}

.ksedi{float:left;margin:16px 16px 0 16px;width:calc(100% - 32px);}
.ksedi li{float:left;}
.ksedi .l2{width:100%;}
.ksedi .l2 a{float:left;padding:5px 20px 0 20px;height:22px;border-radius:3px;margin:0 20px 0 0;}
.ksedi .l2 a:hover{text-decoration:none;}
.ksedi .l2 .a1{color:#fff;background-color:#6366f1;border:#6366f1 solid 1px;}
.ksedi .l2 .a1:hover{background-color:#575aec;}
.ksedi .l2 .a2{color:#666666;background-color:#fff;border:#dcdfe6 solid 1px;}
.ksedi .l2 .a2:hover{background-color:#f5f5fe;border:#6366f1 solid 1px;color:#6366f1;}

.switch1{margin:0;
    display:inline-block;
    position:relative;
    width:40px;
    height:20px;
    border:1px solid #20a53a;
    outline:none;
    border-radius:10px;
    box-sizing:border-box;
    background:#20a53a;
    cursor:pointer;
    transition:border-color .3s, background-color .3s;
    vertical-align:middle;}
.switch1:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 100%;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.switch2{margin:0;
    display:inline-block;
    position:relative;
    width:40px;
    height:20px;
    border:1px solid #bfbfbf;
    outline:none;
    border-radius:10px;
    box-sizing:border-box;
    background:#bfbfbf;
    cursor:pointer;
    transition:border-color .3s, background-color .3s;
    vertical-align:middle;}
.switch2:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

/*四列A 不要前缀，因为有弹窗要用*/ 
.qjlistcap{float:left;margin:15px 16px 0 16px;height:40px;line-height:40px;width:calc(100% - 34px);font-size:13px;border:#dddddd solid 1px;border-bottom:#ebeef5 solid 1px;background-color:#f6f6f6;text-align:center;color:#666666;}
.qjlistcap li{float:left;}
.qjlistcap .l1{width:27px;text-align:left;padding:10px 0 0 8px;}
.qjlistcap .l2{width:calc(40% - 50px);text-align:left;padding-left:10px;}
.qjlistcap .l3{width:12%;}
.qjlistcap .l4{width:28%;}
.qjlistcap .l5{width:calc(20% - 10px);text-align:right;padding-right:10px;}
.qjlist1{float:left;height:45px;line-height:45px;width:calc(100% - 34px);margin:0 16px;border:#dddddd solid 1px;border-top:0;text-align:center;background-color:#fff;}
.qjlist1 li{float:left;}
.qjlist1 .l1{width:27px;padding:13px 0 0 8px;}
.qjlist1 .l2{width:calc(40% - 50px);text-align:left;padding-left:10px;font-size:13px;}
.qjlist1 .l3{width:12%;}
.qjlist1 .l4{width:28%;}
.qjlist1 .l5{width:20%;}
.qjlist1:hover{background-color:#f8f9f9;}
.qjlist2{float:left;height:45px;line-height:45px;width:calc(100% - 34px);margin:0 16px;text-align:center;border:#dddddd solid 1px;border-top:0;}
.qjlist2 li{float:left;}
.qjlist2 .l1{width:27px;padding:13px 0 0 8px;}
.qjlist2 .l2{width:calc(40% - 50px);text-align:left;padding-left:10px;}
.qjlist2 .l2 .stit{float:left;}
.qjlist2 .l2 .spic{float:left;margin:0 0 0 5px;}
.qjlist2 .l2 .spic img{height:18px;}
.qjlist2 .l3{width:12%;}
.qjlist2 .l4{width:28%;}
.qjlist2 .l5{width:20%;}
.qjlist2 .l51{width:190px;padding-right:10px;text-align:right;}
.qjlist2:hover{background-color:#f9fafb;}
.qjlistbg{background-color:#f8f9f9;}

.nocount{float:left;width:calc(100% - 42px);height:100px;background:url(../img/no.png) center 70px no-repeat;background-color:#fff;font-size:14px;color:#999;padding:180px 0 0 0;text-align:center;border:#ddd solid 1px;margin:10px 20px 0 20px;}

.upage{float:left;background-color:#eff2f7;height:38px;width:calc(100% - 34px);border:#ddd solid 1px;border-top:0;margin:0 16px 0 16px;}
.upage li{float:right;}
.upage .l1{width:48px;padding:6px 0 0 0;text-align:left;}
.upage .l1 a{float:left;width:40px;height:21px;padding:3px 0 0 0;border:#AFAFAF solid 1px;text-align:center;}
.upage .l1 a:hover{border:#3388ff solid 1px;background-color:#3388ff;color:#fff;}
.upage .l3 a{float:left;margin:6px 8px 0 0;background:url(../img/p41.gif) left top no-repeat;width:26px;height:26px;}
.upage .l3 a:hover{background:url(../img/p4.gif) left top no-repeat;}
.upage .l4 a{float:left;margin:6px 8px 0 0;background:url(../img/p31.gif) left top no-repeat;width:26px;height:26px;}
.upage .l4 a:hover{background:url(../img/p3.gif) left top no-repeat;}
.upage .l7 a{float:left;margin:6px 8px 0 0;background:url(../img/p21.gif) left top no-repeat;width:26px;height:26px;}
.upage .l7 a:hover{background:url(../img/p2.gif) left top no-repeat;}
.upage .l8 a{float:left;margin:6px 8px 0 0;background:url(../img/p11.gif) left top no-repeat;width:26px;height:26px;}
.upage .l8 a:hover{background:url(../img/p1.gif) left top no-repeat;}
.upage .l5{padding:10px 5px 0 5px;}
.upage .l6{padding:0 5px 0 0;}
.upage .l6 span{float:left;margin-top:10px;padding:0 3px;}
.upage .l6 input{float:left;width:24px;height:24px;border:#AFAFAF solid 1px;margin-top:6px;color:#ff0000;text-align:center;}
.tangpage .upage{margin:20px 0 0 0;width:100%;border:0;}

.rkuang{float:left;width:100%;background-color:#fff;}

.irkuang{float:left;width:100%;}
.irkuang .ishuju{float:left;width:100%;background-color:#fff;}
.irkuang .ishuju .u1{float:left;width:calc(16% - 81px);height:80px;border-right:#e5e5e5 solid 1px;margin:10px 0 19px 10px;padding-left:70px;}
.irkuang .ishuju .u1 li{float:left;width:100%;}
.irkuang .ishuju .u1 .l1{font-weight:700;margin:16px 0 0 0;font-size:18px;height:32px;}
.irkuang .ishuju .u1 .l2{color:#999;font-size:14px;}
.irkuang .ishuju .u11{background:url(../img/icon1.png?t=1) 21px center no-repeat;margin-left:0;}
.irkuang .ishuju .u12{background:url(../img/icon2.png?t=1) 21px center no-repeat;}
.irkuang .ishuju .u13{background:url(../img/icon3.png?t=1) 21px center no-repeat;}
.irkuang .ishuju .u14{background:url(../img/icon4.png?t=1) 21px center no-repeat;}
.irkuang .ishuju .u15{background:url(../img/icon5.png?t=1) 21px center no-repeat;}
.irkuang .ishuju .u16{background:url(../img/icon6.png?t=1) 21px center no-repeat;border-right:0;}
.irkuang .gaowei{float:left;width:100%;text-align:left;background-color:#FFF8CC;margin:16px 0 0 0;border-top:#f3f3f2 solid 16px;}
.irkuang .gaowei .gaocap{float:left;background:url(../img/gaowei.png) no-repeat;width:847px;background-position:10px 10px;height:50px;font-size:20px;font-weight:700;padding:19px 0 0 65px;}
.irkuang .gaowei .gaocap strong{color:red;font-size:35px;}
.irkuang .gaowei .u1{float:left;width:100%;clear:both;border-top:#FFEB69 solid 1px;}
.irkuang .gaowei .u1 li{float:left;font-size:14px;}
.irkuang .gaowei .u1 .l1{width:90px;padding:16px 0 0 10px;}
.irkuang .gaowei .u1 .l1 a{color:blue;}
.irkuang .gaowei .u1 .l2{padding:16px 0 0 20px;height:30px;width:677px;background:url(../img/gaowei1.png) left center no-repeat;color:#3E69B3;}
.irkuang .gaowei .u2{background-color:#fff;}
.irkuang .gx{float:left;width:100%;background-color:#fff;border-top:#f3f3f2 solid 16px;}
.irkuang .gx .gxts{float:left;width:calc(100% - 36px);margin:0 0 0 0;border:#eeeeee solid 1px;background:url(../img/tscap.png) 13px center no-repeat;background-color:#f4f4f5;line-height:42px;padding-left:36px;color:#666666;font-size:12px;font-weight:700;}
.irkuang .indexleft{float:left;width:60%;}
.irkuang .indexleft .leftmain1{float:left;width:calc(100% - 40px);background-color:#fff;border-top:#f3f3f2 solid 16px;padding:0 20px 20px 20px;}
.irkuang .indexleft .leftmain1 .d1{float:left;width:100%;margin:15px 0 0 0;height:25px;line-height:25px;font-size:14px;}
.irkuang .indexleft .leftmain1 .d1 span{float:left;}
.irkuang .indexleft .leftmain1 .d1 .s1{width:8px;height:8px;background-color:#126ae4;border-radius:8px;margin:9px 0 0 0;}
.irkuang .indexleft .leftmain1 .d1 .s2{margin-left:5px;}
.irkuang .indexleft .leftmain1 .d1 .s3{margin-left:10px;color:#999;}
.irkuang .indexleft .leftmain1 .d2{float:left;width:22px;height:22px;margin-top:20px;width:20%;}
.irkuang .indexleft .leftmain1 .d2 span{float:left;margin-right:5px;line-height:22px;font-size:14px;}
.irkuang .indexleft .leftmain1 .d2 .s1{color:#2871e6;}
.irkuang .indexleft .leftmain1 .d2 .red{background-color:#ff0000;color:#fff;line-height:17px;font-size:12px;padding:0 5px;border-radius:3px;margin:4px 0 0 0;}
.irkuang .indexleft .leftmain1 .d2 .s2{color:#999;}
.irkuang .indexright{float:left;width:calc(40% - 16px);border-top:#f3f3f2 solid 16px;border-left:#f3f3f2 solid 16px;}
.irkuang .indexright .iuser{float:left;width:100%;background-color:#fff;margin:15px 0 0 0;}
.irkuang .indexright .iuser .d1{float:left;padding:0 0 10px 0;height:25px;line-height:25px;width:100%;font-size:14px;}
.irkuang .indexright .iuser .d1 span{float:left;}
.irkuang .indexright .iuser .d1 .s1{width:8px;height:8px;background-color:#126ae4;border-radius:8px;margin:9px 0 0 10px;}
.irkuang .indexright .iuser .d1 .s2{margin-left:5px;}
.irkuang .indexright .ipro{float:left;width:100%;background-color:#fff;border-top:#f3f3f2 solid 16px;}
.irkuang .indexright .ipro .d1{float:left;padding:0 0 0 0;margin-top:12px;height:28px;line-height:28px;width:100%;font-size:14px;}
.irkuang .indexright .ipro .d1 span{float:left;}
.irkuang .indexright .ipro .d1 .s1{width:8px;height:8px;background-color:#126ae4;border-radius:8px;margin:9px 0 0 10px;}
.irkuang .indexright .ipro .d1 .s2{margin-left:5px;}
.irkuang .indexright .ipro .u1{float:left;height:35px;line-height:35px;margin:13px 10px 10px 10px;background-color:#f6f6f6;width:calc(100% - 20px);text-align:center;}
.irkuang .indexright .ipro .u1 li{float:left;}
.irkuang .indexright .ipro .u1 .l1{width:100px;}
.irkuang .indexright .ipro .u1 .l2{width:calc(100% - 190px);}
.irkuang .indexright .ipro .u1 .l3{width:90px;}
.irkuang .indexright .ipro .u2{float:left;margin:0 10px;border-bottom:#eee dotted 1px;width:calc(100% - 20px);padding:8px 0;line-height:22px;}
.irkuang .indexright .ipro .u2 li{float:left;}
.irkuang .indexright .ipro .u2 .l1{width:90px;text-align:left;}
.irkuang .indexright .ipro .u2 .l1 img{width:80px;border-radius:2px;}
.irkuang .indexright .ipro .u2 .l2{width:calc(100% - 200px);padding-right:20px;}
.irkuang .indexright .ipro .u2 .l2 a{float:left;clear:both;font-size:14px;height:44px;overflow:hidden;}
.irkuang .indexright .ipro .u2 .l2 a:hover{color:#4988fd;}
.irkuang .indexright .ipro .u2 .l2 span{float:left;width:100%;margin:10px 0 0 0;font-size:15px;color:#ff6600;}
.irkuang .indexright .ipro .u2 .l3{width:90px;text-align:center;color:#999;}
.irkuang .indexright .ipro .u20{border-bottom:0;}
.irkuang .ishutong{float:left;border-top:#f3f3f2 solid 16px;width:calc(100% - 32px;);background-color:#fff;padding:0 16px;}
.irkuang .ishutong .d1{float:left;margin-top:12px;height:25px;line-height:25px;width:100%;font-size:14px;margin-bottom:15px;}
.irkuang .ishutong .d1 span{float:left;}
.irkuang .ishutong .d1 .s1{width:8px;height:8px;background-color:#126ae4;border-radius:8px;margin:9px 0 0 0;}
.irkuang .ishutong .d1 .s2{margin-left:5px;}
.irkuang .ishutong .u2{float:left;width:100%;height:40px;border-top:#eeeeee solid 1px;}
.irkuang .ishutong .u2 li{float:left;line-height:40px;height:40px;}
.irkuang .ishutong .u2 .l1{width:240px;text-align:center;border:#eeeeee solid 1px;border-top:0;}
.irkuang .ishutong .u2 .l2{width:calc(100% - 253px);padding:0 0 0 10px;border-right:#eeeeee solid 1px;border-bottom:#eeeeee solid 1px;}
.irkuang .ishutong .u21{background-color:#f8f8f8;}

.systs{float:left;margin:20px 20px 0 20px;width:calc(100% - 40px);padding:15px 0;font-size:14px;text-align:center;background-color:#fffaf9;color:#fd6e1a;}
.systs a{color:#fd6e1a;}
.systs a:hover{color:#fb7627;text-decoration:underline;}

/*uk前不要加别的，因为有弹窗也要用到*/
.uk{float:left;width:calc(100% - 100px);margin:20px 50px 0 50px;text-align:left;}
.uk li{float:left;}
.uk .l1{width:125px;height:60px;text-align:right;font-size:14px;padding:0 5px 0 0;line-height:60px;}
.uk .l2{width:calc(100% - 130px);height:60px;text-align:left;}
.uk .l2 iframe{float:left;margin:13px 0 0 0;}
.uk .l2 .inp{float:left;height:30px;border:#d9d9d9 solid 1px;border-radius:4px;font-size:14px;padding:0 0 0 5px;margin-top:14px;margin-right:7px;}
.uk .l2 .inp:focus{border:#40a9ff solid 1px;box-shadow: 0 0 5px #d9d9d9;}
.uk .l2 .redony{background-image:none;background-color:#f5f5f5;color:#000;cursor:default;}
.uk .l2 .inp1{float:left;font-size:14px;margin:14px 0 0 0;}
.uk .l2 .fd{float:left;line-height:60px;margin-left:10px;}
.uk .l2 label{float:left;cursor:pointer;margin:14px 10px 0 0;padding:0 10px 0 10px;height:30px;line-height:30px;background-color:#FCFCFD;border:#d9d9d9 solid 1px;border-radius:4px;}
.uk .l2 #searchHtml{float:left;width:310px;border:#DDDDDD solid 1px;border-top:0;position:relative;background-color:#fff;clear:both;}
.uk .l2 #searchHtml a{float:left;font-size:14px;padding:4px 0 0 10px;height:22px;width:300px;}
.uk .l2 #searchHtml a:hover{background-color:#f2f2f2;text-decoration:none;}
.uk .l21{width:calc(100% - 130px);height:30px;font-size:14px;line-height:30px;padding:15px 0;}
.uk .l3{width:calc(100% - 130px);padding:8px 0 0 130px;height:60px;}
.uk .l3 .btn1{float:left;color:#fff;font-size:14px;padding:0 20px;height:32px;cursor:pointer;border:#6366f1 solid 1px;background-color:#6366f1;border-radius:4px;}
.uk .l3 .btn1:hover{background-color:#575aec;}
.uk .l3 .btn2{float:left;color:#333;font-size:14px;padding:0 20px;height:32px;cursor:pointer;border:#C9C9C9 solid 1px;background-color:#fff;border-radius:3px;margin-left:10px;}
.uk .l4{width:125px;text-align:right;padding:39px 5px 0 0;height:67px;font-size:14px;}
.uk .l5{width:-moz-calc(100% - 130px);width:-webkit-calc(100% - 130px);width:calc(100% - 130px);height:106px;}
.uk .l5 textarea{width:80%;max-width:700px;height:80px;border:#d9d9d9 solid 1px;padding:5px;font-size:14px;border-radius:4px;}
.uk .l8{width:125px;text-align:right;height:106px;font-size:14px;padding:10px 5px 0 0;line-height:30px;}
.uk .l9{width:calc(100% - 130px);height:106px;padding-top:10px;}
.uk .l9 .fd{float:left;line-height:30px;margin-left:10px;}
.uk .l10{width:125px;text-align:right;padding:7px 5px 0 0;height:469px;font-size:14px;}
.uk .l11{width:calc(100% - 130px);height:476px;}
.uk .l12{width:125px;text-align:right;padding:89px 5px 0 0;height:117px;}
.uk .l13{width:-moz-calc(100% - 130px);width:-webkit-calc(100% - 130px);width:calc(100% - 130px);height:206px;}
.uk .l13 textarea{float:left;width:592px;height:170px;border:#B6B7C9 solid 1px;padding:10px;}
.uk .l13 .fd{float:left;margin:89px 0 0 10px;}
.uk .l14{width:125px;text-align:right;height:206px;font-size:14px;padding:10px 5px 0 0;line-height:30px;}
.uk .l15{width:calc(100% - 130px);height:206px;padding-top:10px;}

.uk .ltp1{border:#e6e6e6 dotted 3px;width:350px;height:280px;margin-left:130px;margin-right:calc(100% - 486px);margin-bottom:15px;}
.uk .ltp1 span{float:left;width:100%;text-align:center;}
.uk .ltp1 .s1{font-size:15px;margin:105px 0 5px 0;font-weight:700;}
.uk .ltp1 .s1 strong{color:#ff0000;}
.uk .ltp1 .s2{color:#aaa;line-height:20px;font-size:12px;}
.uk .ltp2{border:#e6e6e6 dotted 3px;width:350px;height:280px;margin-left:130px;margin-right:calc(100% - 486px);margin-bottom:15px;overflow:hidden;}
.uk .ltp2 img{float:left;width:350px;height:280px;}

.uk .ltp3{border:#e6e6e6 dotted 3px;width:200px;height:200px;margin-left:130px;margin-right:calc(100% - 346px);margin-bottom:15px;}
.uk .ltp3 span{float:left;width:100%;text-align:center;}
.uk .ltp3 .s1{font-size:15px;margin:65px 0 5px 0;font-weight:700;}
.uk .ltp3 .s1 strong{color:#ff0000;}
.uk .ltp3 .s2{color:#aaa;line-height:20px;font-size:12px;}
.uk .ltp4{border:#e6e6e6 dotted 3px;width:200px;height:200px;margin-left:130px;margin-right:calc(100% - 346px);margin-bottom:15px;overflow:hidden;}
.uk .ltp4 img{float:left;width:200px;height:200px;}

.sertyXiala{float:left;width:552px;border:#d2d2d2 solid 1px;position:relative;line-height:normal;background-color:#fff;z-index:99999;clear:both;margin:5px 0 0 0;}
.sertyXiala .cap{float:left;width:100%;height:40px;background-color:#f5f7fa;border-bottom:#e4e7ed solid 1px;}
.sertyXiala .cap a{float:left;color:#3d3d3d;line-height:40px;width:92px;text-align:center;}
.sertyXiala .cap .a1{border-bottom:#fff solid 1px;border-left:#dcdfe6 solid 1px;border-right:#dcdfe6 solid 1px;margin:0 -1px;background-color:#fff;}
.sertyXiala .sertyList{float:left;width:552px;}
.sertyXiala .sertyList .su1{float:left;width:552px;border-bottom:#f5f5f5 solid 1px;height:40px;line-height:40px;cursor:pointer;}
.sertyXiala .sertyList .su1 li{float:left;}
.sertyXiala .sertyList .su1 .sl1{width:38px;text-align:center;}
.sertyXiala .sertyList .su1 .sl1 img{margin:11px 0 0 0;}
.sertyXiala .sertyList .su1 .sl2{width:92px;color:#3d3d3d;}
.sertyXiala .sertyList .su1 .sl3{color:#999999;width:412px;font-size:12px;}
.sertyXiala .sertyList .su1:hover{background-color:#fafafa;}

/*不要加前缀，这是通用调用*/
.ltp5{margin-left:130px;width:calc(100% - 130px);margin-bottom:15px;overflow:hidden;}
.ltp5 div{float:left;margin-right:10px;}
.ltp5 div .a1{float:left;clear:both;width:calc(100% - 4px);margin:-27px 0 0 2px;display:none;text-align:center;background:url(/img/bghui1.png) repeat;line-height:25px;color:#fff;}
.ltp5 div:hover .a1{display:block;}
.ltp5 div img{float:left;border:#e6e6e6 dotted 2px;} /*图片尺寸要从tpload里设置好传过来或在页面里直接显示，因为会涉及不同尺寸的图片，如横幅，身份证，常规图等*/
.ltp5 div .cz{float:left;clear:both;width:calc(100% - 4px);margin:-27px 0 0 2px;text-align:center;color:#fff;font-size:12px;}
.ltp5 div .cz a{float:left;width:50%;color:#fff;background-color:rgba(0,0,0,0.6);line-height:25px;}
.ltp5 div .cz a:hover{background-color:rgba(0,0,0,0.8);color:#FF0;}
.ltp5 .notp{float:left;width:156px;border:#e6e6e6 dotted 2px;padding:30px 0 35px 0;text-align:center;line-height:30px;}
.ltp5 .notp .s1{float:left;width:100%;}
.ltp5 .notp .s2{float:left;width:100%;font-size:12px;color:#999;}

.uk1{float:left;width:calc(100% - 100px);margin:20px 50px 0 50px;text-align:left;}
.uk1 li{float:left;}
.uk1 .l1{width:125px;text-align:right;font-size:14px;padding:10px 5px 0 0;}
.uk1 .l2{width:calc(100% - 130px);}
.uk1 .l2 label{float:left;cursor:pointer;margin:0 10px 10px 0;padding:9px 10px 0 10px;height:25px;background-color:#FCFCFD;border:#d9d9d9 solid 1px;border-radius:4px;font-size:14px;}
.uk1 .l21{width:calc(100% - 130px);height:43px;font-size:14px;padding:10px 0 0 0;}
.uk1 .l2 .inp{float:left;height:27px;border:#d9d9d9 solid 1px;border-radius:4px;font-size:14px;padding:9px 0 0 5px;background:url(../img/inpbg.gif) left top repeat-x;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.uk1 .l2 .inp{padding:0 0 0 5px;height:36px;}
}

.uk0{margin-top:0;}

.uktp{float:left;margin:-10px 0 10px 165px;text-align:left;}

.xgtp{float:left;border:#dddddd dotted 1px;margin:0 0 10px 180px;width:868px;text-align:left;}
.xgtp #xgtp1{float:left;margin:15px 0 0 15px;width:93px;border:#D3D4D3 solid 1px;text-align:center;height:26px;line-height:26px;background-color:#fff;z-index:3;position:absolute;}
.xgtp #xgtp2{float:left;width:838px;background-color:#f9f9f9;padding:0 15px 15px 15px;}
.xgtp #xgtp2 .d1{float:left;width:838px;margin:15px 0 0 0;}
.xgtp #xgtp2 .d1 .a1{float:left;width:95px;height:75px;}
.xgtp #xgtp2 .d1 .a1 img{width:89px;height:69px;padding:2px;border:#ccc solid 1px;}
.xgtp #xgtp2 .d1 input{float:left;height:30px;cursor:default;color:#95a4d3;border:#ccc solid 1px;width:600px;padding:0 5px;font-size:13px;margin-left:30px;}
.xgtp #xgtp2 .d1 span{float:left;width:743px;}
.xgtp #xgtp2 .d1 span .a3{float:left;color:#fff;background-color:#ff0000;border-radius:3px;line-height:25px;padding:0 20px;margin:5px 0 0 30px;}

.rkuang .rcap{float:left;width:calc(100% - 68px);margin:16px 16px 0 16px;border:#eeeeee solid 1px;background:url(../img/tscap.png) 13px center no-repeat;background-color:#f4f4f5;line-height:42px;padding-left:36px;color:#666666;font-size:12px;font-weight:700;}

.rkuang .heng{float:left;width:100%;height:10px;background-color:#f3f3f2;}

.rkuang .htmlnts{float:left;line-height:25px;padding:10px 0;clear:both;width:100%;background-color:#fff;text-align:left;font-size:14px;}
.rkuang .control{clear:both;float:left;width:100%;padding:10px 0 7px 0;background-color:#f5f9ff;text-align:left;}

/*开店月费、签到积分之类的*/
.openyf{float:left;clear:both;width:533px;margin:0 50px;}
.openyf li{float:left;}
.openyf .l0{width:125px;padding:11px 5px 0 0;font-size:14px;text-align:right;}
.openyf .l1{width:200px;background-color:#E8E8E8;padding-top:10px;border:#CACACA solid 1px;height:28px;text-align:center;font-weight:700;font-size:14px;}
.openyf .l2{width:200px;background-color:#E8E8E8;padding-top:10px;border:#CACACA solid 1px;height:28px;text-align:center;font-weight:700;font-size:14px;border-left:0;}
.yue{float:left;clear:both;width:403px;margin:0 0 0 180px;}
.yue li{float:left;width:200px;border:#CACACA solid 1px;border-top:0;height:38px;text-align:center;}
.yue .l1{}
.yue .l2{border-left:0;}
.yue li input{float:left;width:148px;height:24px;border:#ebebeb solid 1px;margin:6px 0 0 25px;text-align:center;}

.inf6tp{float:left;margin:15px 0 0 15px;width:300px;background-color:#f5f5f5;}
.inf6tp li{float:left;}
.inf6tp .l1{width:115px;}
.inf6tp .l2{width:185px;}
.inf6tp .l2 .s1{float:left;width:100%;font-size:14px;margin:9px 0 0 0;font-weight:700;}
.inf6tp .l2 .s2{float:left;width:100%;height:30px;margin:5px 0;color:#999;}
.inf6tp .l2 .s3{float:left;width:100%;}
.inf6tp .l2 .s3 a{float:left;color:#fff;border-radius:3px;margin:0 7px 0 0;padding:0 7px;line-height:23px;}
.inf6tp .l2 .s3 .a1{background-color:#38c56d;}
.inf6tp .l2 .s3 .a2{background-color:#ff6559;}

/*会用于弹窗*/
.goutonglist{float:left;width:100%;background-color:#f5f5f5;max-height:350px;overflow-y:scroll;overflow-x:hidden;padding:0 0 20px 0;text-align:left;}
.goutonglist .tx img{border-radius:48px;width:48px;height:48px;}
.goutonglist .u1 .l1{color:#999;width:100%;}
.goutonglist .u1 .l2{max-width:calc(100% - 70px);border-radius:5px;color:#000;font-size:14px;padding:7px 10px 12px 10px;line-height:20px;}
.goutonglist .u1 .l2 img{float:left;width:80px;border-radius:5px;margin:10px 10px 0 0;}
.goutonglist .umy{float:left;width:calc(100% - 40px);margin:20px 25px 0 15px;}
.goutonglist .umy .tx{float:right;width:62px;}
.goutonglist .umy .tx img{float:right;}
.goutonglist .umy .u1{float:right;width:calc(100% - 62px);}
.goutonglist .umy .u1 li{float:right;}
.goutonglist .umy .u1 .l1{text-align:right;}
.goutonglist .umy .u1 .l2{margin:10px 0 0 50px;background-color:#e5f3ff;box-shadow:2px 2px 3px #dfebf6;}
.goutonglist .uadmin{float:left;width:calc(100% - 30px);margin:20px 15px 0 15px;}
.goutonglist .uadmin .tx{float:left;width:62px;}
.goutonglist .uadmin .tx img{float:left;}
.goutonglist .uadmin .u1{float:right;width:calc(100% - 62px);text-align:left;}
.goutonglist .uadmin .u1 li{float:left;}
.goutonglist .uadmin .u1 .l2{margin:10px 50px 0 0;background-color:#fff;box-shadow:2px 2px 3px #eee;}
.goutonglist .udui{float:left;width:calc(100% - 30px);margin:20px 15px 0 15px;}
.goutonglist .udui .tx{float:left;width:62px;}
.goutonglist .udui .tx img{float:left;}
.goutonglist .udui .u1{float:right;width:calc(100% - 62px);text-align:left;}
.goutonglist .udui .u1 li{float:left;}
.goutonglist .udui .u1 .l2{margin:10px 50px 0 0;background-color:#95ec69;box-shadow:2px 2px 3px #eee;}

/*求购/任务/投标*/
.qiugoulistcap{float:left;margin:15px 16px 0 16px;height:40px;line-height:40px;width:calc(100% - 32px);font-size:13px;border:#dddddd solid 1px;border-bottom:#ebeef5 solid 1px;background-color:#f6f6f6;text-align:center;color:#666666;}
.qiugoulistcap li{float:left;}
.qiugoulistcap .l1{width:27px;text-align:left;padding:10px 0 0 8px;}
.qiugoulistcap .l2{width:calc(72% - 242px);}
.qiugoulistcap .l3{width:16%;padding-left:15px;text-align:left;}
.qiugoulistcap .l4{width:12%;padding-left:15px;text-align:left;}
.qiugoulistcap .l5{width:174px;}
.qiugoulist{float:left;height:95px;width:calc(100% - 32px);margin:0 16px;border:#dddddd solid 1px;border-top:0;text-align:center;background-color:#fff;text-align:left;}
.qiugoulist li{float:left;}
.qiugoulist .l1{width:27px;padding:13px 0 0 8px;}
.qiugoulist .l2{width:calc(72% - 242px);}
.qiugoulist .l2 .atype{float:left;width:90px;height:72px;border:#e6e6e6 solid 1px;margin:10px 0 0 10px;text-align:center;font-size:14px;color:#666;line-height:72px;background-color:#fff;}
.qiugoulist .l2 .d3v{float:left;width:334px;margin:0 10px;}
.qiugoulist .l2 .d3v .tit{float:left;line-height:25px;width:100%;margin:10px 0 30px 0;color:#6798cc;overflow:hidden;height:25px;font-size:14px;}
.qiugoulist .l2 .d3v .tit:hover{color:#ff6600;}
.qiugoulist .l2 .d3v .s1{float:left;color:#ff6600;margin-right:8px;}
.qiugoulist .l2 .d3v .s2{float:left;color:#999999;margin-right:8px;}
.qiugoulist .l2 .d3v .s2 a{color:#6798cc;}
.qiugoulist .l3{width:16%;color:#999;padding:10px 0 0 15px;line-height:20px;}
.qiugoulist .l4{width:12%;padding:15px 0 0 15px;line-height:20px;} 
.qiugoulist .l4 span{float:left;}
.qiugoulist .l4 .adef{float:left;height:19px;text-align:center;margin:12px 5px 0 0;line-height:19px;padding:0 5px;}
.qiugoulist .l4 .a1{color:#66aa44;border:#66aa44 solid 1px;background-color:#eeffff;}
.qiugoulist .l4 .a2{color:#ff7e00;border:#ff7e00 solid 1px;background-color:#fff5ee;}
.qiugoulist .l4 .a3{color:#999999;border:#999999 solid 1px;background-color:#f9f9f9;}
.qiugoulist .l4 .a4{color:#71a3f5;border:#71a3f5 solid 1px;background-color:#eef9ff;}
.qiugoulist .l5{width:167px;padding:10px 0 0 7px;}
.qiugoulist .l5 a{float:left;color:#6798cc;line-height:39px;margin-left:10px;}
.qiugoulist .l5 a span{float:left;}
.qiugoulist .l5 .a1 span{width:14px;height:13px;margin:12px 5px 0 0;background:url(../img/tp1.png) 0 -1px no-repeat;}
.qiugoulist .l5 .a2 span{width:16px;height:17px;margin:11px 6px 0 0;background:url(../img/tp1.png) -37px -1px no-repeat;}
.qiugoulist .l5 .a3 span{width:14px;height:14px;margin:12px 5px 0 0;background:url(../img/tp1.png) -82px -1px no-repeat;}
.qiugoulist .l5 .a4 span{width:18px;height:15px;margin:11px 5px 0 0;background:url(../img/tp1.png) -105px -1px no-repeat;}
.qiugoulist .l5 .a5 span{width:14px;height:14px;margin:12px 5px 0 0;background:url(../img/tp1.png) -166px -1px no-repeat;}
.qiugoulist .l5 a:hover{color:#ff7242;}
.qiugoulist .l5 .a1:hover span{background:url(../img/tp1.png) -15px -1px no-repeat;}
.qiugoulist .l5 .a2:hover span{background:url(../img/tp1.png) -56px 0px no-repeat;}
.qiugoulist .l5 .a3:hover span{background:url(../img/tp1.png) -126px -3px no-repeat;}
.qiugoulist .l5 .a4:hover span{background:url(../img/tp1.png) -145px 0px no-repeat;}
.qiugoulist .l5 .a5:hover span{background:url(../img/tp1.png) -184px -2px no-repeat;}
.qiugoulist:hover{background-color:#f5f5f5;}


/*底部*/
.adminbottomfd{float:right;width:calc(100% - 220px);margin-left:220px;height:40px;margin-top:10px;}
.bfbadminbottom{float:left;width:calc(100% - 220px);margin-left:220px;height:40px;background-color:#fff;position:fixed;bottom:0;z-index:9999;line-height:40px;}
.bfbadminbottom .d1{float:left;margin-left:10px;text-align:left;}
.bfbadminbottom .d2{float:right;margin-right:10px;text-align:right;}
.bfbadminbottom a{color:#3388ff;}
.bfbadminbottom a:hover{color:#1b6fe5;}













