.common-wrapper {
    height: 825px;
    position: relative;
}

.common-wrapper .btn-box {
    top: auto;
    bottom: 48px;
}

.height820 {
    height: 820px;
    position: relative;
}

.height440 {
    height: 440px;
    position: relative;
}

.height440 .from-box {
    position: absolute;
    top: 270px;
    right: 52px;
}

.height820 .btn-now {
    position: absolute;
    top: 410px;
    left: 655px;
    background: transparent;
}

.from-box input {
    float: left;
    width: 212px;
    height: 58px;
    border-radius: 58px 0 0 58px;
    margin-left: 28px;
    outline: none;
    line-height: 58px;

}

.from-box button {
    float: left;
    width: 160px;
    height: 58px;
}

.logo {
    width: 134px;
    height: 100px;
}

.fixed-right {
    position: fixed;
    top: 50%;
    margin-top: -298px;
    right: 30px;
    width: 100px;
    transition: all .5s;

}

.fixed-right ul {
    background: #ffea00;
    border: 1px solid #333;
    border-radius: 10px;
    font-size: 14px;
}

.fixed-right ul li {
    border-bottom: 1px dashed #999;
}

.fixed-right ul li:last-child {
    border: none;
}

.fixed-right a {
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 0 12px;
    font-size: 14px;
    background: url("../images/qq.png") no-repeat right center;
}

.fixed-right .ul-phone li {
    padding: 10px 0px;
    display: block;
    margin: 0 12px;
    font-size: 12px;
}

.fixed-right .ul-phone p {
    background: url("../images/phone.png") no-repeat right center;
}

.ul-box {
    position: absolute;
    top: 305px;
    overflow: hidden;
}

.ul-box li {
    width: 250px;
    height: 160px;
    color: #ffea00;
    font-size: 24px;
    line-height: 160px;
    text-align: center;
    float: left;
    margin-left: 40px;
    margin-bottom: 31px;
    cursor: pointer;
}
.ul-box li:last-child ,
.ul-box li:nth-child(4){
    margin-left: 39px;
}

.ul2 {
    top: 307px
}

.ul2 li {
    margin-bottom: 30px;
}

.ul-box span {
    display: none;
}

.ul-box li:hover {
    background: url("../images/hover-bg.png") no-repeat center;
}

.ul-box li:hover span {
    display: block;
}

.layui-layer-content {
    overflow: hidden !important;
}

.layout-box {
    width: 450px;
    height: 360px;
    background:#ffea00;
    border:2px solid #000;
}

.btn-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 280px;
    left: 0;
}

.layout-box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1;
}
#layout-select{
}
#layout-select li{
    width:390px;
    margin:0 auto 12px;
    font-size: 14px;
}
#layout-select h4{
    font-size:30px ;
    color: #f43662;
    margin-top: 35px;
    text-align: center;
}
#layout-select p{
    margin:3px 0 30px;
    text-align: center;
    font-size: 12px;
}
#layout-select span {
    display: block;
    color: transparent;
    font-size: 25px;
    width: 18px;
    height: 20px;
    line-height: 18px;
    user-select: none;
    cursor: pointer;
    border:1px solid #000;
}

#layout-select span.active {
    color: #f43662;
}


#layout-select .btn-look {
    position: absolute;
    top: 290px;
    left: 50%;
    margin-left: -70px;
    cursor: pointer;
}

#layout-look .grade-box {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 132px;
    left: 0;
    color: #f43662;
    font-size: 80px;
    line-height: 1em;
}
#layout-link{
    background:transparent;
    border:none;
}
#layout-link .input-box {
    position: absolute;
    top: 166px;
    left: 94px;
    width: 260px;
    height: 100px;
    z-index: 3;
}

#layout-link input {
    display: block;
    width: 100%;
    height: 40px;
    text-indent: 40px;
    outline: none;
    background: transparent;
    border-radius: 40px;
}

.layui-layer-rim {
    background: transparent !important;
    border: none !important;
}

#show-layout {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 480px;
    height: 390px;
    margin: -195px 0 0 -240px;
    background: #fff;
    text-align: center;
    background: url("../images/layout-share.jpg") no-repeat;
    background-size: 100%;
    z-index: 9999999999999;
    display: none;
}

#show-layout.active {
    display: block;
}

#show-layout .bdsharebuttonbox {
    margin: 180px auto 0;
    width: 340px;
}

.bdshare_popup_bg,
.bdshare_popup_box,
.bd_weixin_popup{
    z-index: 999999999999999990 !important;
}

#show-layout a {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 25%;
    height: 100px;
    background: none;

}