.service_box {
    width: 100%;
}


/*服务承诺*/

.promise_cot {
    overflow: hidden;
}

.sevenBox {
    background-color: #f7f7f7;
}

.service_box .promise_cot h1,
.service_box .order_cot h1,
.help_tc h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem
}

.promiseTitle {
    font-size: 18px;
    padding-left: 16px;
    color: #3c3c3c;
    background: url(../images/service/flag.png) left center no-repeat;
    margin-bottom: 0.8rem;
}

.sevenBox img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.sixBox {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #ddd;
    position: relative;
}

.sixBox .swiper-container {
    width: 92%;
    margin: auto;
}

.sixBox .swiper-container .swiper-wrapper {
    width: 100%;
}

.sixBox .swiper-slide img {
    display: block;
    border: 4px solid #f0d5aa;
    box-sizing: border-box;
    width: 100%;
}

.sixWrap {
    width: 100%;
    position: relative;
}

.sixBox .sixPrev {
    background: url(../images/find/prev_12@2x.png);
}

.sixBox .sixNext {
    background: url(../images/find/next_12@2x.png);
}


/*三步*/

.service_box .three_link {
    margin-top: 100px;
}

.service_box .three_link section {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px 0;
}

.service_box .three_link section:nth-child(3) {
    margin-right: 0;
}

.service_box .three_link section .icon {
    width: 40%;
    float: left;
    border-right: 1px dashed #573b2f;
    box-sizing: border-box;
}

.service_box .three_link section .icon img {
    display: block;
    margin: auto;
}

.service_box .three_link section h5 {
    float: left;
    width: 45%;
    padding-left: 5%;
    padding-right: 10%;
    margin: auto;
    font-size: 0.32rem;
    color: #573b2f;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.service_box .three_link section a {
    display: block;
    font-size: 12px;
    color: #cc8e77;
    font-weight: normal;
}

.service_box .three_link section span {
    display: block;
    font-size: 0.4rem;
    font-weight: bold
}


/*维修与质保*/

.repairNav {
    width: 422px;
    margin: 1.2rem auto 1rem;
    border: 1px solid #ddd;
}

.repairNav a {
    display: block;
    float: left;
    position: relative;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #3c3c3c;
    font-size: 15px;
    cursor: pointer;
}

.repairNav a:nth-child(2) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.repairNav .on {
    background-color: #573b2d;
    color: #fff;
}

.repairNav .on:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #573b2d;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -6px;
}

.repairCot .left {
    width: 17%;
    border: 1px solid #ddd;
    border-bottom: none;
    float: left;
}

.repairCot .left .list,
.repairCot .right .list li,
.repairCot .right .list {
    display: none;
}

.repairCot .left .list:first-child,
.repairCot .right .list:first-child,
.repairCot .right .list li:first-child {
    display: block;
}

.repairCot .left li {
    font-size: 14px;
    text-align: center;
    color: #3c3c3c;
    line-height: 44px;
    height: 44px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.repairCot .left .on {
    background-color: #573b2d;
    color: #fff;
}

.repairCot .right {
    width: 76%;
    float: right;
    border: 1px solid #ddd;
    min-height: 500px;
    padding: 20px;
}

.repairCot .right img {
    display: block;
    max-width: 100%;
}


/*全国门店*/

.service_box h1 span {
    display: block;
    color: #909090;
    font-size: 13px;
    margin-top: 15px;
}

.service_box .sel_bg {
    background-color: #f7f7f7;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 30px;
}

.service_box .sel_city {
    overflow: hidden;
    float: left;
}

.service_box .sel_city .txt {
    line-height: 36px;
    float: left;
    color: #333;
    font-size: 14px;
}

.service_box .sel_city .sel {
    border: 1px solid #e5e5e5;
    height: 34px;
    line-height: 34px;
    width: 120px;
    position: relative;
    float: left;
    margin-left: 18px;
    background-color: #fff;
}

.service_box .sel_city .sel:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #bbb;
    top: 50%;
    margin-top: -3px;
    right: 10px;
}

.service_box .sel_city .sel select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.service_box .sel_city .btn {
    float: left;
    margin-left: 20px;
}

.service_box .sel_city .btn button {
    display: block;
    height: 34px;
    line-height: 34px;
    background-color: #573b2d;
    color: #FFFFFF;
    font-size: 12px;
    border: none;
    width: 60px;
    border-radius: 3px;
    font-family: arial, "微软雅黑", sans-serif;
    cursor: pointer;
    margin: 0;
}

.service_box .searchStore {
    float: right;
    position: relative;
}

.service_box .searchStore .searchResult {
    width: 238px;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 5px 0;
    display: none;
}

.service_box .searchStore .searchResult a {
    display: block;
    line-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
}

.service_box .searchStore .searchResult a:hover {
    color: #cc8e77;
}

.service_box .searchStore input {
    display: block;
    width: 240px;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    float: left;
    font-size: 12px;
    font-family: arial, "微软雅黑", sans-serif;
}

.service_box .searchStore button {
    display: block;
    float: left;
    padding: 0 16px;
    cursor: pointer;
    font-size: 12px;
    font-family: arial, "微软雅黑", sans-serif;
    line-height: 32px;
    height: 32px;
    background-color: #573b2d;
    border: none;
    color: #fff;
    border-radius: 3px;
}


/*体验店列表*/

.store_box .store_left {
    width: 26%;
    float: left;
    margin-right: 1%;
    height: 560px;
    overflow: auto;
    background-color: #f7f7f7;
    box-shadow: 1px 0 0 #e5e5e5, -1px 0 0 #e5e5e5, 0 1px 0 #e5e5e5, 0 -1px 0 #e5e5e5;
}

.store_box .store_right {
    width: 73%;
    float: right;
    height: 560px;
    background-color: #f7f7f7;
    position: relative;
}

.store_box .store_left li {
    padding: 10px;
    padding-left: 36px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.store_box .store_left li:hover {
    background-color: #f7f7f7;
}

.store_box .store_left li .store_pt {
    width: 100px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 10px;
    overflow: hidden;
    display: none;
}

.store_box .store_left li .store_pt img {
    width: 100%;
}

.store_box .store_left li .store_txt {
    font-size: 12px;
    line-height: 18px;
}

.store_box .store_left li .store_txt h5 {
    color: #333;
}

.store_box .store_left li .store_txt .name {
    font-size: 16px;
    line-height: 29px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.store_box .store_left li .store_txt .name span {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #fef4d9;
    left: -30px;
    color: #573b2d;
    font-size: 14px;
    top: 2px;
    border-radius: 50%;
}

.store_box .store_left li .store_txt .name span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #fef4d9;
    position: absolute;
    top: 12px;
    left: 0;
}

.store_box .store_left li .store_txt .name span b {
    position: relative;
}

.store_box .store_right .map {
    width: 100%;
    height: 100%;
}

.store_box .store_right .map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.store_box .store_right .store_info {
    border: 1px solid #e5e5e5;
    padding: 15px 30px;
    background-color: #FFFFFF;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 340px;
}

.store_box .store_right .store_info .close,
.close_send {
    display: block;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 24px;
}

.store_box .store_right .store_info .close:hover,
.close_send:hover {
    color: red;
}

.store_box .store_right .store_info:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}

.store_box .store_right .store_info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #563a2c;
}

.store_box .store_right .store_info .store_img {
    width: 150px;
    height: 120px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    display: none;
}

.store_box .store_right .store_info .store_img img {
    display: block;
    width: 100%;
}


/*.store_box .store_right .store_info .store_cot{
	float: left;
}*/

.store_box .store_right .store_info .store_cot h5 {
    font-size: 13px;
    color: #646464;
    line-height: 1.8;
    margin-bottom: 6px;
    overflow: hidden;
}

.store_box .store_right .store_info .store_cot button {
    display: block;
    width: 124px;
    height: 37px;
    color: #FFFFFF;
    background-color: #563a2c;
    border: none;
    font-size: 12px;
    font-family: arial, "微软雅黑", sans-serif;
    cursor: pointer;
}


/*发送到手机*/

.send_box {
    background-color: white;
    width: 400px;
    padding: 30px 50px;
    margin: 15% auto;
    position: relative;
}

.send_box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.send_box label {
    display: block;
    width: 100%;
    margin: 24px auto;
    overflow: hidden;
}

.send_box .tel input {
    display: block;
    height: 42px;
    width: 100%;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, "微软雅黑", sans-serif;
    outline: medium;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.send_box .yzm input {
    display: block;
    height: 40px;
    width: 250px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.5;
    font-family: Arial, "微软雅黑", sans-serif;
    outline: medium;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float: left;
}

.send_box .yzm span {
    float: left;
    display: block;
    height: 40px;
    width: 140px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #f0f0f0;
}

.send_box button {
    width: 100%;
    display: block;
    height: 40px;
    margin: 10px auto;
    overflow: hidden;
    border: none;
    color: #fff;
    font-family: Arial, "微软雅黑", sans-serif;
    font-size: 14px;
    outline: medium;
    background-color: #573b2d;
}


/*在线留言*/

.helpWrap .subTitle {
    font-size: 12px;
    color: #7f584b;
    text-align: center;
    margin-top: -0.6rem;
    margin-bottom: 0.6rem;
}

.helpWrap .baseInfo {
    width: 638px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.helpWrap .baseInfo li {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 40px;
}

.helpWrap .baseInfo li h6 {
    font-size: 12px;
    color: #333;
    margin: 0 10px;
}

.helpWrap .baseInfo li h6 span {
    color: red;
}

.helpWrap .baseInfo li .selCot {
    flex: 1;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}

.helpWrap .baseInfo li .selCot:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 4px solid #555;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
}

.helpWrap .baseInfo li .selCot select {
    display: block;
    width: 100%;
    padding: 0 8px;
    height: 100%;
    line-height: 38px;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.helpWrap .addrDetail {
    width: 638px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.helpWrap .addrDetail h5 {
    font-size: 12px;
    color: #333;
    margin: 0 10px;
    float: left;
}

.helpWrap .addrDetail input {
    width: 570px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.helpWrap .updateBox {
    width: 628px;
    padding-left: 10px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.helpWrap .updateBox .updateBtn {
    display: block;
    float: left;
    width: 130px;
    height: 40px;
    background-color: #573b2d;
    color: #fff;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.helpWrap .updateBox p {
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #909090;
    margin: 0!important;
}

.helpWrap .updateBox p span {
    color: red;
    padding-left: 10px;
}

.helpWrap .imgBox {
    width: 618px;
    margin: auto;
    overflow: hidden;
    padding: 0 10px;
}

.helpWrap .imgBox ul {
    margin-right: 10px;
    width: 120px;
    position: relative;
    overflow: hidden;
    float: left;
}

.helpWrap .imgBox ul .name {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.helpWrap .imgBox ul .name img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.helpWrap .imgBox ul .delBtn {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .6);
    font-size: 12px;
}

.helpWrap .txtBox {
    width: 628px;
    margin: auto;
    padding: 10px;
    padding-right: 0;
}

.helpWrap .txtBox textarea {
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 3px;
    padding: 10px;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.helpWrap .submitBtn {
    display: block;
    width: 180px;
    height: 50px;
    background-color: #573b2d;
    margin: 30px auto;
    border: none;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: arial, "微软雅黑", sans-serif;
    cursor: pointer;
}

.msnBox {
    border: 1px solid #ddd;
    margin-top: 50px;
    padding: 0 2% 30px;
}

.service_box .promise_cot .msnBox h1 {
    border-bottom: 1px solid #ddd;
    padding: 0.8rem 0;
    margin: 0;
}

.msnBox .msnList ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.msnBox .msnList ul .msnPt {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    background: url(../images/service/photoDefault.png) center no-repeat;
    background-size: cover;
}

.msnBox .msnList ul .msnPt img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msnBox .msnList ul .msnInfo {
    flex: 1;
    border-bottom: 1px dashed #ddd;
}

.msnBox .msnList ul:last-child .msnInfo {
    border-bottom: none;
}

.msnBox .msnList ul .msnInfo .nameBox {
    width: 100%;
    line-height: 36px;
    overflow: hidden;
}

.msnBox .msnList ul .msnInfo .nameBox .name {
    float: left;
    font-size: 16px;
    color: #9a5a3a;
}

.msnBox .msnList ul .msnInfo .nameBox .time {
    float: right;
    font-size: 14px;
    color: #909090;
}

.msnBox .msnList ul .msnInfo .cotBox {
    font-size: 13px;
    line-height: 1.6;
    color: #646464;
    margin-bottom: 10px;
    text-align: justify;
}

.msnBox .msnList ul .msnInfo .imgBox {
    overflow: hidden;
    margin-bottom: 15px;
}

.msnBox .msnList ul .msnInfo .imgBox li {
    width: 120px;
    height: 120px;
    background: url(../images/service/imgDefault.jpg) center no-repeat;
    background-size: cover;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.msnBox .msnList ul .msnInfo .imgBox li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msnBox .msnList ul .msnInfo .replyBox {
    padding: 15px 20px;
    background-color: #eee;
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 20px;
    position: relative;
}

.msnBox .msnList ul .msnInfo .replyBox span {
    font-weight: bold;
}

.msnBox .msnList ul .msnInfo .replyBox:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #eee;
    position: absolute;
    top: -6px;
    left: 20px;
}


/*微笑行动*/

#smileBanner,
#smileBanner .swiper-wrapper,
#smileBanner .swiper-slide {
    width: 100%;
}

#smileBanner .swiper-slide img {
    display: block;
    width: 100%;
}

#smileBanner .swiper-slide a {
    cursor: pointer;
}

#smileBanner .swiper-slide {
    background: url(../images/default_logo.png) center no-repeat;
    background-size: auto 36%;
    background-color: #f7f7f7;
    overflow: hidden;
    cursor: pointer;
}

.action_banner img {
    display: block;
    width: 100%;
    /*height: 100%;
	object-fit: cover;*/
}

.action_info {
    padding: 2rem 0;
}

.action_info img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.action_info {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    color: #333;
    font-weight: 100;
}

.classic {
    background-color: #f4f4f4;
    padding: 1.6rem 0;
}

.classic h1,
.serviceList h1,
.fourWay h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 6px;
}

.classic h6,
.serviceList h6,
.fourWay h6 {
    font-size: 14px;
    color: #909090;
    text-align: center;
    margin-bottom: 1.6rem;
}

.classic .listBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.classic .listBox #classic {
    overflow: visible;
    width: 60%;
    margin: auto;
}

.classic .listBox #classic .swiper-slide {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    overflow: hidden;
    background-color: #000;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    position: relative;
}

.classic .listBox #classic .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    position: absolute;
    top: 0;
    left: 0;
}

.classic .listBox #classic .swiper-slide img {
    display: block;
    width: 100%;
    cursor: pointer;
    position: relative;
    opacity: 0.6;
}

.classic .listBox #classic .swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.classic .listBox #classic .swiper-slide-active img {
    opacity: 1;
}

.classic .listBox #classic .swiper-slide p {
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background-color: #f4f4f4;
}

.classic .listBox .swiper-button-next,
.detailBox .swiper-container .swiper-button-next {
    background: url(../images/find/next_1@2x.png) center no-repeat;
}

.classic .listBox .swiper-button-prev,
.detailBox .swiper-container .swiper-button-prev {
    background: url(../images/find/prev_1@2x.png) center no-repeat;
}


/*六大服务*/

.serviceList {
    padding: 1.6rem 0;
    background-color: #fff;
}

.serviceList ul {
    width: 100%;
    overflow: hidden;
}

.serviceList ul li {
    width: 16.66%;
    float: left;
    background-color: #c5beae;
}

.serviceList .serviceBox .photo {
    overflow: hidden;
}

.serviceList .serviceBox .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceList .serviceBox .txt {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.serviceList .serviceBox .txt h3 {
    font-size: 0.5rem;
    color: #fff;
    margin-bottom: 0.4rem;
}

.serviceList .serviceBox .txt p {
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    width: 80%;
    text-align: center;
}


/*四个条件*/

.fourWay {
    background-color: #f7f7f7;
    padding: 1.6rem 0;
}

.fourWay ul li {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    float: left;
}

.fourWay ul li:nth-child(4) {
    margin-right: 0;
}

.fourWay ul li .pt,
.fourWay ul li .pt img {
    display: block;
    width: 100%;
}

.fourWay ul li .title {
    color: #563a2e;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
}

.fourWay ul li .cot {
    color: #909090;
    font-size: 12px;
    line-height: 1.5;
}

.fourWay ul li:nth-child(even) {
    margin-top: 2rem;
}


/*报名弹窗*/

.tc {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}

.tc .sign_box {
    width: 680px;
    background-color: #fff;
    margin: 9% auto;
    overflow: hidden;
    padding: 1rem 0;
    position: relative;
}

.tc .sign_box .close {
    padding: 8px 15px;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 26px;
}

.tc .sign_box .close:hover {
    color: red;
}

.tc .sign_box .sign_title {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.tc .sign_box .sign_title span {
    display: block;
    font-size: 12px;
    color: #573b2f;
    margin-top: 6px;
}

.tc .sign_box .sel,
.tc .sign_box .input,
.tc .sign_box .radio,
.tc .sign_box .submit_btn {
    width: 290px;
    margin: 18px auto;
}

.tc .sign_box h5 {
    font-size: 12px;
    color: #333;
    line-height: 30px;
    height: 40px;
    float: left;
    width: 70px;
}

.tc .sign_box h5 sup {
    color: red;
}

.tc .sign_box .sel_box,
.tc .sign_box .input_box {
    float: right;
    width: 218px;
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.tc .sign_box .sel_box select {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 6px;
    line-height: 38px;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.tc .sign_box .sel_box:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #bbb;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 8px;
}

.tc .sign_box .input_box input {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 38px;
    font-family: arial, "微软雅黑", sans-serif;
    font-size: 12px;
}

.tc .sign_box .radio label {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #646464;
    padding-right: 20px;
    cursor: pointer;
}

.tc .sign_box .submit_btn button {
    display: block;
    width: 180px;
    margin-left: 70px;
    height: 40px;
    background-color: #573b2d;
    font-family: arial, "微软雅黑", sans-serif;
    color: #FFFFFF;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}


/*帮助中心*/

.help_cot .title3 {
    font-size: 16px;
    color: #333;
    margin-top: 60px;
}

.help_cot .help_list {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.help_cot .help_list h3 {
    font-size: 15px;
    color: #573b2d;
    margin-bottom: 18px;
}

.help_cot .help_list p {
    padding: 0 10px;
    font-size: 13px;
    line-height: 2;
    color: #646464;
    text-align: justify;
}

.help_cot {
    position: relative;
}

.help_cot .ask_btn {
    display: block;
    width: 110px;
    height: 32px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
    border: none;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-family: "微软雅黑";
    background: url(../images/service/ask_btn_bg.jpg) center repeat-x;
}


/*提问弹窗*/

.tc .help_tc {
    width: 680px;
    padding: 0 30px 30px;
    margin: 12% auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.tc .help_tc .help_cot li {
    width: 33.33%;
}

.tc .help_tc .repair_area {
    width: 96%;
    margin: auto;
    height: 120px;
}

.tc .help_tc .close {
    display: block;
    position: absolute;
    padding: 10px 15px;
    top: 0;
    right: 0;
    font-size: 18px;
    cursor: pointer;
}

.tc .help_tc .close:hover {
    color: red;
}