
.bg_fff{
    background-color: #fff;
}
.bg_f6{
    background-color: #f6f6f6;
}
.mt0{
    margin-top: 0 !important;
}

/*  */

.pin_tbox{
    padding: 40px 0px 60px;
}
.pin_tcon{
    padding-bottom: 40px;
}
.pin_ttit{
    font-size: 30px;
    color: rgb( 57, 57, 57 );
    text-align: center;
    padding: 50px 0px;
}
.pin_tcli{
    padding: 0 180px;
}
.pin_tcli>ul>li{
    margin-bottom: 25px;
}
.pin_tcli>ul>li h2 {
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    text-transform: capitalize;
}

.pin_tcli>ul>li h2 em {
    color: #fa0014;
    margin-right: 10px;
}

.pin_tcli>ul>li input ,
.pin_tcli>ul>li select,
.pin_tcli>ul>li textarea{
    width: 498px;
    height: 40px;
    padding: 0 15px;
    margin-top: 10px;
    border-width: 1px;
    border-color: rgb( 228, 228, 228 );
    border-style: solid;
    background-color: rgb( 255, 255, 255 );
}
.pin_tcli>ul>li textarea{
    padding: 15px !important;
    height: 100px !important;
}
.pin_tcli>ul>li select{
    appearance:none;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    background: transparent url(../images/sel_sj.png) no-repeat right 10px center;
    background-size: 10px auto;
}
.pin_tct{
    border-bottom: 1px solid rgba(0,0,0,0.078);
    margin-bottom: 20px;
}
.pin_tct>p{
    margin-bottom: 20px;
    font-size: 20px;
    color: rgb( 57, 57, 57 );
    text-align: left;
}
.subm_btn{
    padding-left: 180px;
}
.subm_btn>a{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 42px;
    border-radius: 3px;
    background-color: rgba( 0, 0, 0 ,0.102);
    /* width: 141px; */
    height: 48px;
    line-height: 48px;
    margin-right: 30px;
    font-size: 18px;
    color: rgb( 71, 71, 71 );
    text-transform: capitalize;
}
.subm_btn>a:hover,
.subm_btn>a.on{
    background-color: rgb( 48, 184, 74 );
    color: rgb( 255, 255, 255 );
}


/* 弹窗 */
.mask_ass{
    display: none;
    width: 100%;
    height: 100%;
}
.pos_fixed{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    z-index: 1000;
}
.mask_bga{
    background-color: rgba( 0, 0, 0 ,0.502);
    width: 100%;
    height: 100%;
    z-index: 10001;
}
.mask_asscon{
    border-radius: 5px;
    background-color: rgb( 255, 255, 255 );
    width: 461px;
    max-height: 100%;
    /* height: 381px; */
    z-index: 10002;
}
.m_asscon_top{
    background-color: rgba( 0, 0, 0 ,0.051);
    height: 57px;
    padding: 0px 20px 0px 30px;
}
.asstit{
    font-size: 24px;
    color: rgb( 71, 71, 71 );
    line-height: 57px;
    text-transform: capitalize;
}
.m_shut{
    line-height: 57px;
    max-width: 14px;
    max-height: 14px;
}
.m_shut>img{
    max-width: 100%;
}
.m_asscon_con{
    padding: 46px 35px;
}
.mass_tit{
    font-size: 24px;
    color: rgb( 71, 71, 71 );
    line-height: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.m_assbtnli>a{
    display: block;
    width: 279px;
    height: 48px;
    border-width: 1px;
    border-color: rgb( 0, 84, 166 );
    border-style: solid;
    border-radius: 3px;
    background-color: rgb( 255, 255, 255 );
    margin: 0 auto 20px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: rgb( 0, 84, 166 );
}
.m_assbtnli>a:hover,
.m_assbtnli>a.on{
    color: #fff;
    background-color: rgb( 48, 184, 74 );
    border-color: rgb( 48, 184, 74 );
}
