/*通用样式*/
*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 微软雅黑;
}
html, body, header{
    background-color: white;
}
a{
    text-decoration: none;
    color: black;
}
h1{
    position: absolute;
    top: -300px;
}
/*常用样式*/
.bold{
    font-weight: bold;
}
.left_float{
    float: left;
}
.right_float{
    float: right;
}
.clear{
    clear: both;
}
.font16px{
    font-size: 16px;
}
.font18px{
    font-size: 18px;
}
.font20px{
    font-size: 20px;
}
.font22px{
    font-size: 22px;
}
.marginCenter{
    margin: 0 auto;
}
.textAlignCenter{
    text-align:center;
}
img{
    vertical-align: top;/*去掉3px的空白*/
}
button{
    outline:none;/*去除按钮点击边框*/
}

/*通用100% 且不小于1200px*/
#header,#banner,#beginUse,#footerId,#userOrder{
    width: 100%;
    min-width: 1200px;
}

/*---------------头部公共样式----------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#introduction,#introduction2,#business,#userPraise, .box1200{
    width: 1200px;
    margin: 0 auto;

}
.marginLeft60{
    margin-left: 60px;
}
.marginLeft40{
    margin-left: 40px;
}
#logo{
    background-image: url("../img/logo01.png");
    background-repeat: no-repeat;
    width: 129px;
    height: 43px;
    margin-top: 9px;
    margin-right: 40px;
}
#menu{
	top:0px;
    height: 65px;
    top:0px;
    height: 65px;
}
#menu li{
    float: left;
    padding-right: 24px;
    font-size: 16px;
    line-height: 62px;
}
#menu li a{
    color: black;
}
#menu li a:hover{
    color: #9954c2;
}
#loginAndRegister{
    margin-top: 14px;
}
#loginAndRegister button{
    font-size: 16px;
    border: solid 1px #9954c2;
    padding: 5px 20px;
}
#loginBtn{
    border-radius: 5px;
}
#registerBtn{
    margin-left: 18px;
    color: white;
    background-color: #9954c2;
    border-radius: 5px;
}


/*---------------banner公共样式----------------*/
#banner{
    margin-top: 62px;
}


/*------------用户好评公共样式-------------*/
#userPraise{
}
#userPraise h1{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    letter-spacing:4px;
    text-align: center;
}
#userPraise ul{
    margin: 0 auto;
    list-style: none;
    position: relative;
    width: 1023px;
    height: 500px;
    padding-bottom: 300px;
}
#userPraise ul li{
    position: absolute;
    float: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*------------友情链接-------------*/
#friendLink{
    /*text-align: center;*/
    margin: 100px 0 60px 0;
}
#friendLink .verticRec{
    width: 8px;
    height: 24px;
    background-color: #a316e5;
    float: left;
}
#friendLink h4{
    margin-left: 20px;
    margin-bottom: 24px;
}
#friendLink .box1200 li{
    font-size: 16px;
}
#friendLink a{
    color: #7a7a7a;
}
#friendLink .box1200 ul{
    margin-left: 10px;
}
#friendLink .box1200 li{
    float: left;
}
#friendLink .box1200 li div{
    width: 100px;
    height: 30px;
    margin: 0 0 2px 10px;
    line-height: 30px;
}

/*------------footer尾部公共样式-------------*/
#footerId{
    height: 410px;
    color: white;
}
#footerId .box1200{
    position: relative;
}
#footerId, #footerId *{
    background-color: #25272c;
}
.footLeft{
    margin-top: 60px;
}
.footLeft div img{
    margin-left: 100px;
    margin-bottom: 14px;
}
.footLeft p{
    margin: 24px 60px 24px 100px;
}
.footUrl dl{
    margin: 68px 70px 0;
    text-align: center;
}
.footUrl dt {
    margin-bottom: 36px;
}
.footUrl dt a{
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.footUrl dd{
    margin-bottom: 14px;
}
.footUrl dd a{
    margin-bottom: 18px;
    color: #999999;
    font-size: 14px;
}
#contact{
    padding-top: 68px;
}
#contact div{
    padding-bottom: 24px;
}
#contact div .contactIcon1{
    padding: 0 40px 0px 20px;
}
#contact div #wxShow:hover~#wxImg{
    display: block;
}
body{
    position: relative;
}
#contact div #wxImg{
    position: absolute;
    top:26px;
    right: 200px;
    width: 125px;
    height: 125px;
    display: none;
}
.boxLine{
    margin-top: 50px;
    border-bottom: solid 1px #444444;
}
#copyRight{
    width: 1200px;
    margin: 50px auto 0px;
    text-align: center;
    color: #999999;
    font-size: 12px;
}


.login{
}
.login .login_btn{
    margin: 20px 0 0 18px;
}
.login .login_btn a{
    color: #3f9eff;
    font-size: 16px;
}
/*个人信息*/
.login .personInfo{
    margin-top:12px;
    padding-bottom: 12px;
    display: none;
}
.login .personInfo>span{
    width: 74px;
    margin: 6px 0 0 4px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.login .personInfo>img{
    width: 35px;
    height: 35px;
}
.login .personInfo:hover .handles{
    display: block;
}
.login .personInfo>.handles{
    text-align: center;
    position: absolute;
    margin-top: 6px;
    padding: 10px 0 10px 0px;
    width: 120px;
    background:white;
    border: 1px solid darkgray;
    display: none;
}
.login .personInfo>.handles>li{
}
.login .personInfo>.handles>li>a{
    line-height: 30px;
    border-bottom: 1px solid black;
}
.login_div {
    width: 100%;
    height: 100%;
    background-color: rgba(66,66,66,0.6);
    position: fixed;
    z-index: 101;
    top: 0;
    overflow-y:scroll;
    display: none;
}
.login_div .login_box{
    width: 500px;
    height: 400px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.login_div .login_box .closeLogin{
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
}
.login_div .login_box .des_login{
    width: 300px;
    margin: 40px auto 0 ;
    padding-left: 40px;
    line-height: 34px;
    background: url("../img/wx_bg.png") no-repeat;
    background-size: 30px 30px;
}
.login_div .login_box .login_ewm{
    width: 150px;
    height: 150px;
    margin: 20px auto 0;
}
.login_div .login_box .login_ewm #login_ewm_img{
    width: 150px;
}
.login_div .login_box .login_introduction{
    margin-top: 20px;
    width: 100%;
    height: 138px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #a7c0d8;
    display: flex;
    flex-direction: column;
}
.login_div .login_box .login_introduction>span{
    color: white;
    margin: 14px 0 0 88px;
}
.checkHis_div{
    width: 100%;
    height: 100%;
    background-color: rgba(66,66,66,0.6);
    position: fixed;
    z-index: 101;
    top: 0;
    overflow-y:scroll;
    display: none;
}
.checkHis_box{
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 100;
    width: 750px;
    /*height: 300px;*/
}
.checkHis_box .closeCheckHis{
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
}
.checkHis_box p{
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 15px 25px;
}
.checkHis_box table{
    width: 700px;
    margin: 20px auto 30px;
    border-collapse:collapse;border-spacing:0;
    border: 1px solid black;
    display: none;
}
.checkHis_box tr{
    text-align: center;
}
.checkHis_box th{
    font-size: 14px;
    padding:14px !important;
    border: 1px solid #8c8c8c;
}
.checkHis_box td{
    font-size: 13px;
     padding:10px !important;
    border: 1px solid #8c8c8c;
}
.checkHis_box a{
    color: blue;
}

/*校对样式*/
.jdHis_div{
    width: 100%;
    height: 100%;
    background-color: rgba(66,66,66,0.6);
    position: fixed;
    z-index: 101;
    top: 0;
    overflow-y:scroll;
    display: none;
}
.jdHis_box{
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 100;
    width: 700px;
    /*height: 300px;*/
}
.jdHis_box .closeJdHis{
    cursor: pointer;
    font-size: 22px;
    margin-right: 10px;
}
.jdHis_box p{
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0 15px 25px;
}
.jdHis_box table{
    width: 650px;
    margin: 20px auto 30px;
    border-collapse:collapse;border-spacing:0;
    border: 1px solid black;
    display: none;
}
.jdHis_box tr{
    text-align: center;
}
.jdHis_box th{
    font-size: 14px;
    padding:14px !important;
    border: 1px solid #8c8c8c;
}
.jdHis_box td{
    font-size: 13px;
     padding:10px !important;
    border: 1px solid #8c8c8c;
}
.jdHis_box a{
    color: blue;
}


#login_back{
	text-align: center;
    background-color: rgba(212,212,212,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 9999;
}
#logoin{
	text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    width: 300px;
    height: 280px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 9999;

}

#bind_back{
	text-align: center;
    background-color: rgba(212,212,212,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 9999;
}
#bind{
	text-align: center;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    width: 300px;
    height: 230px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	z-index: 9999;
}
.bind_box{
    margin-top: 20px;
}
.bind_box div{
    margin: 10px 0;
    text-align: left;
}
.bind_box div:first-child{
    margin-top: 40px;
}
.bind_box div span{
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-left: 20px;
}
.bind_box div input{
    border: 1px solid black;
}
.bind_box .bing_code{
    width: 100px;
}
.bind_box #getSmsCode{
    width: 72px;
    text-align: center;
}
.bind_box .bind_btn_box{
    margin-top:20px;
}
.bind_box .bind_btn_box button {
    margin: 0 auto;
    width: 120px;
    height: 25px;
    display: block;
    color: white;
    background-color: #8775e6;

}
.bind_box .bind_intro{
    margin-top:10px;
}
.bind_box p{
    text-align: left;
}
#bind_sub_btn{
    color: black;
    text-decoration: underline;
    cursor: pointer;
}

/*成功通知框*/
.alertNotice{
    width: 410px;
    top: 20px;
    right: 80px;
    position: fixed;
    z-index: 99999;
    border-radius: 5px;
    line-height: 36px;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #3c763d;
    display: none;
}
.alertNotice .close{
    float: right;
    background-color: #dff0d8;
    border: none;
    margin: 4px 8px;
    font-weight: bold;
    font-size: 24px;
    opacity: 0.5;
}

/*弹窗提示相关*/
/*错误警告框*/
.alertWaring{
    width: 410px;
    top: 20px;
    right: 80px;
    position: fixed;
    z-index: 99999;
    border-radius: 5px;
    line-height: 36px;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #843534;
    display: none;
}
.alertWaring:after, alertNotice:after{
    clear: both;
}
.alertWaring .close{
    float: right;
    background-color: #f2dede;
    border: none;
    margin: 4px 8px;
    font-weight: bold;
    font-size: 24px;
    opacity: 0.5;
}
.alertWaring strong, .alertNotice strong{
    padding:0 20px 0 20px;
    text-decoration: underline;
}
.alertWaring span, .alertNotice span{
    display: inline-block;
    padding:0 4px 4px 20px;
}
#successNotice, #thesisEmptAlert{
    width: 400px;
}
