

#navbar .nav-menu:first-child{
    padding-left: 0;
}
.through_img{
    width: 100%;
    height: 260px;
    /*background-image: url("../images/common/banner_green.png");*/
  background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img>div{
    position: relative;
    height: 100%;
}
.through_img p{
    position: absolute;
    left: 0;
    top: 32px;
}
.through_img p,.through_img p a{
    font-size: 14px;
    color: #fff;
}
.through_img h3{
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    height: 260px;
    line-height: 260px;
}

/*.apply_require{
    margin-top: 60px;
    width: 100%;
    padding-bottom: 58px;
    border-bottom: 1px solid #f5f5f5;
}*/
.apply_require .label{
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding: 0 40px;
}
.main_content>h3{
    color: #4b9a7b;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    margin-top: 80px;
    font-weight: bold;
}

.main_content .msgbox{
    width: 800px;
    margin-top: 60px;
    margin-left: 140px;
}
.msgbox>.item{
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin-top: 24px;
}
.msgbox>.item .label,.msgbox>.item .input{
    float: right;
    line-height: 62px;
    color: #999;
    font-size: 20px;
}
.msgbox>.item .input{
    font-size: 16px;
    width: 588px;
    height: 62px;
    border-radius: 6px;
    background-color: #f4f4f4;
    margin-left: 13px;
    padding-left: 15px;

    color: #666666;

    display: flex;

}
.msgbox .radio{
    
    background: none !important;
}
.msgbox .radio li{
    margin-right: 10px;
    float: left;
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}
.msgbox .radio li::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 21px;
    width: 20px; 
    height: 20px;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
}
.msgbox .radio li.anim::before{
    background-color: #4b9a7b;
}

.msg_btn{
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    background-color: #4b9a7b;
    margin: 60px auto 0;
    width: 200px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.section_alert{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    background-size: 100% 100%;
}
.apply_require{
    position: relative;
    width: 1200px;
    height: 750px;
    overflow: auto;
    margin: 0 auto;
    background: #fff;
    margin-top: 100px;
    border-radius: 10px;
}


.apply_require_title{
    text-align: center!important;
    padding-top: 50px!important;
    font-size: 36px!important;
    color: #4b9a7b!important;
    margin-bottom: 30px!important;
}
.apply_require_close{
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(https://tjhtest.tjh.com.cn/images/2dc20b67df0977fd.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}
.apply_require_btn{
    width: 220px;
    height: 60px;
    background: #4b9a7b;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    margin: 50px auto;
  cursor: pointer;
}

.choosetype{
    float: right;
    line-height: 62px;
    font-size: 16px;
    width: 588px;
    height: 62px;
    border-radius: 6px;
    background-color: #f4f4f4;
    margin-left: 13px;
    padding-left: 15px;
    border: none;
    color: #666666;
/*    color: #4b9a7b;*/
}



.msgbox::-webkit-input-placeholder { /* WebKit browsers */
  color: #666666;
}

.msgbox::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666666;
}

.msgbox:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666666;
}   

/*移动端*/
@media screen and (max-width: 768px){
.through_img {
    width: 100%;
    height: 3rem;
    /* background-image: url(../images/common/banner_green.png); */
    background-image: url(../images/825381d857ba1493.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.through_img p, .through_img p a {
    font-size: 0.2rem;
    color: #fff;
}
.through_img p {
    position: absolute;
    left: 0.24rem;
    top: 0.3rem;
}
.centerArea {
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    overflow: hidden;
}
.through_img h3 {
    text-align: center;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    height: 3rem;
    line-height: 3rem;
}
.main_medical {
    padding-top: 0.5rem;
}
.main_content>h3 {
    color: #4b9a7b;
    text-align: center;
    font-size: 0.4rem;
    line-height: 30px;
    margin-top: 0.5rem;
    font-weight: bold;
}

/* 表单 */
.main_content .msgbox {
    width: 100%;
    margin-top: 0.4rem;
    margin-left: 0;
}
.msgbox .item {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    margin-top: 0.2rem;
}
.msgbox .item .label, .msgbox>.item .input {
    float: right;
    line-height: 1rem;
    color: #999;
    font-size: 0.2rem;
}
.choosetype,.msgbox .item .input {
    float: right;
    line-height: 1rem;
    font-size: 0.2rem;
    width: 4.8rem;
    height: 1rem;
    border-radius: 0.1rem;
    background-color: #f4f4f4;
    margin-left: 0.2rem;
    padding-left: 0.2rem;
    border: none;
    color: #666666;
    /* color: #4b9a7b; */
}
.msgbox .radio {
    background: none !important;
}
.msg_btn {
    font-size: 0.3rem;
    color: #fff;
    border-radius: 0.1rem;
    text-align: center;
    background-color: #4b9a7b;
    margin: 0.6rem auto 0;
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    cursor: pointer;
}
.msgbox .radio li {
    margin-right: 0.2rem;
    float: left;
    padding-left: .6rem;
    position: relative;
    font-size: 0.25rem;
    line-height: 1rem;
    color: #999;
    cursor: pointer;
}
.msgbox .radio li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    border: 2px solid #f4f4f4;
}
.apply_require {
    position: relative;
    width: calc(100% - 1rem);
    height: 80%;
    overflow: auto;
    margin: 0 auto;
    background: #fff;
    margin-top: 2rem;
    border-radius: 0.2rem;
}
.apply_require_title {
    text-align: center!important;
    padding-top: 0.5rem!important;
    font-size: 0.4rem!important;
    color: #4b9a7b!important;
    margin-bottom: 0.3rem!important;
}
.apply_require_close {
    display: none;
}
.apply_require p {
    font-size: 0.2rem;
    line-height: 1.5;
    color: #333333;
    padding: 0 0.4rem;
}
.apply_require_btn {
    width: 3rem;
    height: 1rem;
    background: #4b9a7b;
    color: #fff;
    font-size: 0.3rem;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 1rem;
    margin: 0.5rem auto;
    cursor: pointer;
}

}

