body {
    background-color: #f5f6f8;
}
.layui-form-item{
    margin-bottom: 30px;
}

.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    padding-top: 52px;
    /*background-image: url(../images/bg.png);
    background-position: top center;
    background-size: 100% 1006px;
    background-repeat: no-repeat;*/
}

.main-content {
    width: 1054px;
    /*min-height: 535px;*/
    margin: 0 auto;
    /*padding-bottom: 100px;*/
    background: #fff;
}




/* *******************详情内容左****************** */


/* ***********************登录******************* */

.main-left {
    width: 554px;
    height: 400px;
    float: left;
    border-right: 1px solid #C6C6C6;
    margin: 51px 0 84px 0;
}

.main-left ul {
    /*width: 116px;*/
    /*margin: 0 auto;*/
    /*margin-top: 80px;*/
}

.main-left ul li {
    float: left;
    color: #acacac;
    font-size: 24px;
    /*cursor: pointer;*/
}
.main-left ul li a.login{
    display: inline-block;
    position: relative;
    top: -11px;
    left: 6px;
    padding-left: 7px;
    line-height: 28px;
    width: 66px;
    height: 28px;
    font-size: 14px;
    color: #3258C6;
    background: url(http://img-szwhg.chaoxing.com:9334/1,0ace5f90b277);
}
.main-left ul .active {
    color: #414040;
}

form {
    width: 280px;
    /*height: 500px;*/
    margin: 0 auto;
    margin-top: 80px;
}
.layui-input-block{
    margin-left: 0px;
}
.layui-input{
    border: none;
    border-bottom: 1px solid #C6C6C6;
    padding-left: 0;
}

.layui-btn {
    width: 280px;
    height: 38px;
    background-color: #3259C6;
    border-radius: 4px;
    padding: 0;
    margin: 24px 0 34px;
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 14px
}

.layui-input,
.layui-select,
.layui-textarea {
    background-color: transparent;
}




/* ***********************注册*************************** */

.layui-form-label {
    width: 85px;
}

#form .disabled {
    background-color: #BBBEC4;
}

.codebtn {
    background-color: #2F343B;
}





/* *******************详情内容右****************** */

.main-right {
    width: 499px;
    float: right;
    text-align: center;
}

.main-right>div {
    /*display: inline-block;*/
    text-align: center;
    /*width: 599px;*/
    /*height: 260px;*/
    margin: 0 auto;
    /*margin-top: 80px;*/
}

.main-right>div img {
    width: 130px;
    height: 130px;
}

.main-right>div h3 {
    margin-top: 10px;
    font-size: 14px;
    color: #1E2531;
}