﻿/**
 * 公共样式(g228)
 * @company  云蓝图科技 <https://www.yunlantu.com>
 * @author   王立国 <qq/email:474780888@qq.com>
 * @date     2019/06/06
 * @主色                      color:#00ae66;(hover:#235fa9)
 *******************************common***********************************/
@charset "utf-8";
html{padding:0px;margin:0px;background:#fff;}
body{padding:0px;margin:0px;font-family:"微软雅黑";font-size:13px;color:#333;}
dl,dt,dd,h1,h2,h3,h4,p,span,a,form{margin:0px;padding:0px;}
ul,ol,li{list-style-type:none;margin:0px;padding:0px;}
img{border:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#000;text-decoration:none;}

/*mb_box(alert)*/
#mb_box{width:100%;height:100%;z-index:999;position:fixed;filter:alpha(opacity=40);opacity: 0.4;background:#ccc;top: 0;left: 0; }
#mb_con{min-width:250px;padding:5px;z-index:999;position:fixed;top:50%;left:50%;background:#f2f2f2;border-radius:5px;border:1px solid #d4d4d4}
#mb_con span#mb_tit{height:16px;display:block;font-size:12px;font-weight:bold;color:#777;padding-bottom:6px;border-radius:15px 15px 0 0;}
#mb_con a#mb_ico{width:16px;height:16px;display:block;position:absolute;right:10px;top:6px;cursor:pointer;background: url(../img/m1.png) no-repeat -16px 0px;}
#mb_con a#mb_ico:hover{background:#d4d4d4 url(../img/m1.png) no-repeat -16px 0px;}
#mb_msg{padding:20px 20px 10px 20px;line-height:20px;border-bottom:1px dashed #DDD;font-Size:13px;background:#fff;border:1px solid #d4d4d4;}
#mb_msg .mb_img{width:32px;height:32px;margin-right:10px;float:left;background: url(../img/m2.png) no-repeat -0px 0;}
#mb_msg .mb_div{float:left;}
#mb_msg #mb_btnbox{padding:20px 0 3px 0;text-align:center;clear:both;}
#mb_msg #mb_btnbox input{width:85px;height:30px;color:#444;border:1px solid #d4d4d4;border-Radius:5px;cursor:pointer;}
#mb_msg #mb_btnbox #mb_btn_no{margin-Left: 20px}
#mb_msg #mb_btnbox #mb_btn_ok:hover{border:0px;background:#d4d4d4;color:#00438a;}

/*cont*/
#cont{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1;}
#cont #cont_b{width:100%;height:100%}

/*logd*/
#logd{width:540px;margin-left:-270px;position:relative;left:50%;top:0px;z-index:2;}
#logd:after{display:block;clear:both;content:''}
#logd_b{width:100%;position:absolute;background:#fff;opacity:0.8;z-index:3;border-radius:6px 6px 0px 0px;}
#logd_c{width:100%;position:absolute;z-index:4;}
#logd_c #tit{padding:20px 10% 15px 10%;background:#f1f1f1;border-radius:6px 6px 0px 0px;}
#logd_c #tit:after{display:block;clear:both;content:''}
#logd_c #tit img{width:35px;margin:0 15px 0 0px;display:block;float:left;}
#logd_c #tit h2{font-weight:normal;font-size:26px;color:#888}
#logd_c #tit h2 span{margin-left:5px;font-size:18px;color:#aaa}

/*logd*/
#logd_c dl{min-width:300px;width:65%;margin:6% auto;font-size:16px;}
#logd_c dl dd {line-height:35px;margin-top:1%;margin-bottom:8%;list-style-type:none;border:0;}
#logd_c dl dd input{width:85%;height:45px;line-height:45px;margin:0px;padding:0px 0px 0px 15%;color:#666;border:1px solid #ededed;border-radius:5px;}
#logd_c dl dd.img{position:relative;}
#logd_c dl dd.img span{width:45px;height:45px;position:absolute;top:1px;left:1px;background:#fafafa;display:block;border-right:1px solid #ededed;}
#logd_c dl dd.img span img{width:20px;height:20px;margin:10px auto 0px auto;display:block;}
#logd_c dl dd.img img#code{width:150px;height:40px;position:absolute;right:3px;top:3px;cursor:pointer;}
#logd_c dl dd input[type=submit]{width:150px;height:48px;margin-left:75px;margin-top:3%;border-radius: 25px;font-size:18px;background:#00ae66 url(../img/lo4.png) no-repeat 35px 15px;background-size:20px;cursor: pointer;color:white;}
#logd_c dl dd input[type=submit]:hover {background:#3476b9 url(../img/lo4.png) no-repeat 35px 15px;background-size:20px;}