body {
    background: url(../images/bg1.png)
}

.Surveytitle {
    display: flex;
    justify-content: center;
    align-items: center
}

.Surveytitle img {
    width: 20px;
    margin: 0 20px
}

.Surveytitle span {
    font-family: TsangerYuYangT-W03;
    font-size: 32px;
    letter-spacing: 0;
    color: #333
}

.guide {
    margin: 40px auto
}

.guideCon {
    display: flex;
    width: 90%;
    max-width: 1400px;
    margin: 60px auto;
    justify-content: space-between;
    flex-wrap: wrap
}

.guideCon .guideConLeft {
    width: 55%;
    height: 245px;
    padding: 55px 5%;
    background: url(../images/fwbg1.png);
    background-repeat: no-repeat;
    position: relative
}

.guideCon .guideConLeft::after {
    position: absolute;
    content: "";
    width: 245px;
    height: 100%;
    max-height: 294px;
    right: 0;
    bottom: 0;
    background: url(../images/server_icon2.png) right bottom/100% 100%
}

.guideCon .guideConLeft .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.guideCon .guideConLeft .time ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 20%;
    position: relative
}

.guideCon .guideConLeft .time ul li {
    position: relative
}

.guideCon .guideConLeft .time ul:nth-child(1)::after,.guideCon .guideConLeft .time ul:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 44px;
    height: 5px;
    background: url(../images/server_icon1.png) center center/100% 100%;
    right: -33%;
    top: 50%;
    transform: translateY(-50%)
}

.guideCon .guideConLeft .time ul li:nth-child(1)::after {
	display:none;
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    right: -70%;
    top: 50%;
    transform: translateY(-50%)
}

.guideCon .guideConLeft .time ul li span {
    display: block;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0;
    color: #fff
}

.guideCon .guideConLeft .time ul li i {
    display: block;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0;
    color: #fff;
    text-align: center
}

.guideCon .guideConLeft .guideConLeftInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px auto
}

.guideConLeftInfo .guideConLeftImg {
    width: 230px;
    height: 230px;
    background-color: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .08)
}

.guideConLeftInfo .xinxi {
    width: calc(100% - 260px);
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff
}

.guideConLeftInfo .xinxi p{
    margin-top: 10px;
    font-size: 17px;
	    display: flex;
    align-items: center;
}
.guideConLeftInfo .xinxi p img{
	width:20px;
	margin-right:5px;
}
.guideConLeftInfo .xinxi p.time{
	font-weight:bold;
	font-size:19px;
	margin-bottom:5px;
}
.guideConLeftInfo .xinxi p.blank{
		height:40px;
		    background-color: transparent;

}
.guideConRight {
    width: 30%;
    background: url(../images/server_icon52.png);
    position: relative
}

.guideConRight::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    max-width: 185px;
    max-height: 189px;
    background: url(../images/server_icon5.png) right bottom/100% 100%;
    right: 0;
    bottom: 0
}

.guideConRight .guideConRight_Nav {
    display: flex;
    flex-wrap: wrap
}

.guideConRight .guideConRight_Nav .guideConRight_NavList {
    width: calc(100% / 3);
    height: 103px;
    display: flex;
    position: relative;
    cursor: pointer
}

.guideConRight .guideConRight_Nav .guideConRight_NavList:nth-child(1) {
    background: url(../images/server_icon_navbg1.png) center center/100% 100%
}

.guideConRight .guideConRight_Nav .guideConRight_NavList:nth-child(2) {
    background: url(../images/server_icon_navbg2.png) center center/100% 100%
}

.guideConRight .guideConRight_Nav .guideConRight_NavList:nth-child(3) {
    background: url(../images/server_icon_navbg4.png) center center/100% 100%
}

.guideConRight .guideConRight_Nav .guideConRight_NavList:nth-child(4) {
    background: url(../images/server_icon_navbg4.png) center center/100% 100%
}

.guideConRight .guideConRight_Nav .guideConRight_NavList .icon {
    margin: auto;
    width: 50%
}

.guideConRight .guideConRight_Nav .guideConRight_NavList.on .sj {
    display: block
}

.guideConRight .guideConRight_Nav .guideConRight_NavList .sj {
    display: none;
    position: absolute;
    width: 22px;
    height: 9px;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%)
}

.guideConRightInfo {
    width: 95%;
    padding: 20px 2.5%
}

.guideConRightInfoList {
    display: none
}

.guideConRightInfoList.on {
    display: block
}

.guideConRightInfo .title {
    font-size: 18px;
    letter-spacing: 1px;
    color: #e0d1b8;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.guideConRightInfo .info {
    border-top: 1px solid rgba(228, 166, 136, .4)
}

.guideConRightInfo .info p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 1px;
    color: #e0d1b8;
    margin-top: 20px
}

.appointment {
    background: url(../images/bgwl1.png);
    padding: 40px 0 30px
}

.appointmentNav {
    width: 80%;
    max-width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 75px auto
}

.appointmentNav .appointmentNav_List {
    width: 175px;
    height: 52px;
    line-height: 52px;
    background: url(../images/server_icon7.png) center center/100% 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    color: #72422c;
    cursor: pointer
}

.appointmentNav .appointmentNav_List.active {
    background: url(../images/server_icon6.png) center center/100% 100%;
    color: #fff
}

.appointment .appointmentCon {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}

.appointment .appointmentCon .appointmentlist {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.appointment .appointmentCon .appointmentlist form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.appointment .appointmentCon .appointmentlist.active {
    display: flex
}

.appointment .appointmentCon .appointmentlist .appointmentlist1 {
    width: 48%;
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 37px
}

.appointment .appointmentCon .appointmentlist .appointmentlist1 span {
    width: 100px;
    font-size: 18px;
    color: #0d0d0d
}

.appointment .appointmentCon .appointmentlist .appointmentlist1 input {
    display: block;
    width: calc(100% - 110px);
    padding: 0 5px;
    height: 52px;
    line-height: 52px;
    border: none;
    outline: 0;
    background-color: #fff;
    border-radius: 10px;
    text-indent: 5px
}

.appointment .appointmentCon .appointmentlist .appointmentlist1.yzcode input {
    width: calc(100% - 250px)
}

.appointment .appointmentlist .appointmentlist1.yzcode .codeImg {
    width: 130px;
    height: 52px;
    object-fit: cover;
    margin: 0 5px
}

.appointment .appointmentlist .appointmentlist1.yzcode .change {
    width: 70px;
    font-size: 16px;
    letter-spacing: 0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.appointment .appointmentlist .appointmentlist1.yzcode .change img {
    width: 12px
}

.subcz {
    width: 90%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto
}

.subcz .submit {
    width: 260px;
    height: 53px;
    background-color: #784214;
    border-radius: 10px;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.subcz .Reset {
    width: 260px;
    height: 53px;
    border: solid 1px #784214;
    border-radius: 10px;
    text-align: center;
    line-height: 53px;
    font-size: 18px;
    color: #784214;
    cursor: pointer
}

.volunteer {
    margin: 0 auto;
    background: url(../images/bgwl1.png);
    padding: 50px 0
}

.volunteer .volunteerCon {
    width: 90%;
    max-width: 1400px;
    height: 445px;
    margin: 30px auto;
    overflow: hidden
}

.volunteer .volunteerCon .volunteerConList {
    display: flex;
    flex-wrap: wrap;
    width: 310px;
    height: 445px;
    position: relative;
    overflow: hidden;
    float: left
}

.volunteer .volunteerCon .volunteerConList:nth-child(2) {
    width: 160px
}

.volunteer .volunteerCon .volunteerConList:nth-of-type(1) {
    width: 1200px
}

.volunteer .volunteerCon .volunteerConList .xz {
    width: 160px;
    height: 445px
}

.volunteerCon .nav .wxz,
.volunteerCon .nav.active .xz {
    display: block;
    cursor: pointer
}

.volunteerCon .nav .xz,
.volunteerCon .nav.active .wxz {
    display: none;
    cursor: pointer
}

.volunteerCon .content {
    width: calc(100% - 222px);
    height: auto;
    background: #efecea;
    padding: 30px;
    height: 385px;
    border: solid 1px #955b3a
}

.volunteerCon .content .contents_info {
    height: 370px;
    overflow-y: scroll;
    width: 100%;
    display: block
}

.volunteerCon .content .contents_info::-webkit-scrollbar {
    display: none
}

.volunteerCon .content h5 {
    font-size: 22px;
    letter-spacing: 0;
    color: #333
}

.volunteerCon .content i {
    display: block;
    width: 46px;
    height: 2px;
    background-color: #333;
    margin: 15px 0
}

.volunteerCon .content p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #333;
    margin-top: 20px
}

.volunteer .signUp {
    width: 90%;
    max-width: 1400px;
    margin: 30px auto
}

.volunteer .signUp .title {
    font-size: 26px;
    letter-spacing: 1px;
    color: #784214;
    text-align: center
}

.volunteer .signUp .title1 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #784214;
    margin: 20px auto;
    text-align: center
}

.volunteer .signUp .appointmentlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.volunteer .signUp .appointmentlist input {
    display: block;
    width: 415px;
    height: 53px;
    border-radius: 10px;
    border: solid 1px #999;
    outline: 0;
    text-indent: 2em;
    margin-top: 18px;
    background-color: transparent
}

.explain {
    padding: 80px 0
}

.explainCon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1400px;
    margin: 60px auto
}

.explainCon .explainList {
    width: 30%;
    height: 405px;
    background-size: 100% 100%;
    background-position: center center
}

.explainCon .explainList:nth-child(1) {
    background-image: url(../images/server_icon8.png)
}

.explainCon .explainList:nth-child(2) {
    background-image: url(../images/server_icon9.png)
}

.explainCon .explainList:nth-child(3) {
    background-image: url(../images/server_icon10.png)
}

.explainCon .explainList .explainCon_Info {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
	    height: 200px;
    overflow-y: scroll;
    margin: 180px auto 0
}
.explainCon .explainList .explainCon_Info::-webkit-scrollbar { width: 0 !important }


.explainCon .explainList .explainCon_Info p {
    margin-top: 20px
}

.explainCon .explainList:nth-child(1) .explainCon_Info {
    letter-spacing: 0;
    color: #fff
}

.explainCon .explainList:nth-child(2) .explainCon_Info {
    letter-spacing: 0;
    color: #935735
}

.explainCon .explainList:nth-child(3) .explainCon_Info {
    letter-spacing: 0;
    color: #fff
}

.Leaving {
    padding: 60px 0
}

.Leaving .title {
    font-size: 18px;
    letter-spacing: 0;
    color: #72422c;
    text-align: center;
    margin: 50px auto
}

.Leaving .LeavingCon,
.Leaving .signUp {
    width: 90%;
    max-width: 1400px;
    margin: 40px auto
}

.Leaving .LeavingCon .LeavingList {
    margin-top: 10px;
    background-color: #fff;
    cursor: pointer
}

.Leaving .LeavingCon .LeavingList dt {
    width: 90%;
    padding: 20px 5%;
    position: relative;
    font-size: 18px;
    letter-spacing: 0;
    color: #333
}

.Leaving .LeavingCon .LeavingList.active dt {
    color: #72422c
}

.Leaving .LeavingCon .LeavingList dt::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 28px;
    background: url(../images/server_icon13.png) center center/100% 100%;
    left: 1%;
    top: 50%;
    transform: translateY(-50%)
}

.Leaving .LeavingCon .LeavingList dt::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 16px;
    background: url(../images/server_icon15.png) center center/100% 100%;
    right: 2.5%;
    top: 50%;
    transform: translateY(-50%)
}

.Leaving .LeavingCon .LeavingList.active dt::before {
    background: url(../images/server_icon11.png) center center/100% 100%
}

.Leaving .LeavingCon .LeavingList.active dt::after {
    background: url(../images/server_icon14.png) center center/100% 100%
}

.Leaving .LeavingCon .LeavingList dd {
    width: 90%;
    padding: 20px 5%;
    position: relative;
    border-top: 1px solid #e9e9e9;
    display: none
}

.Leaving .LeavingCon .LeavingList dd::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 28px;
    background: url(../images/server_icon12.png) center center/100% 100%;
    left: 2%;
    top: 50%;
    transform: translateY(-50%)
}

.Leaving .LeavingCon .LeavingList dd p {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    color: #333
}

.Leaving .LeavingCon .LeavingList dd span {
    font-size: 18px;
    letter-spacing: 0;
    color: #999
}

.Leaving .LeavingCon .page {
    margin: 30px auto
}

.Leaving .signUp .appointmentlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.Leaving .signUp .appointmentlist input {
    display: block;
    width: 415px;
    height: 53px;
    border-radius: 10px;
    border: solid 1px #999;
    outline: 0;
    text-indent: 2em;
    margin-top: 18px
}

.Leaving .signUp .appointmentlist #LeavingText {
    width: 95%;
    padding: 10px 2.5%;
    border-radius: 10px;
    border: solid 1px #999;
    outline: 0;
    margin-top: 18px;
    min-height: 118px
}

#slider .slide {
    Z-INDEX: 10;
    POSITION: absolute;
    BORDER-LEFT: #000 1px solid;
    WIDTH: 500px;
    BACKGROUND: #000;
    HEIGHT: 333px;
    OVERFLOW: hidden;
    TOP: 43px;
    CURSOR: default;
    LEFT: 22px;
    text-align: left
}

@media (max-width:1600px) {
    .volunteer .volunteerCon .volunteerConList:nth-of-type(1) {
        width: 900px
    }
}

@media (max-width:1200px) {
    .volunteer .volunteerCon .volunteerConList:nth-of-type(1) {
        width: 800px
    }
    .guideCon .guideConLeft {
        background-size: 100% 100%
    }
}

@media (max-width:996px) {
    .guideCon .guideConLeft {
        width: 90%;
        height: auto;
        margin: auto;
        padding: .2rem 5%
    }
    .guideCon {
        display: block
    }
    .guideConLeftInfo .xinxi {
        width: 100%
    }
    .guideConRight {
        width: 100%;
        margin-top: .2rem
    }
    .appointmentNav {
        width: 90%;
        margin: .5rem
    }
    .appointmentNav .appointmentNav_List {
        width: 47%
    }
    .guideCon .guideConLeft .time ul li:nth-child(1)::after {
        right: -85%
    }
    .guideCon .guideConLeft .time {
        display: block
    }
    .guideCon .guideConLeft .time ul {
        width: 100%
    }
    .appointment .appointmentCon .appointmentlist .appointmentlist1 {
        width: 100%
    }
    .explainCon .explainList {
        width: 100%;
        height: 7.5rem;
        margin-bottom: .4rem
    }
    .volunteerCon .content {
        width: 40%;
        padding: 5%;
        height: 7rem
    }
    .volunteerCon .nav {
        width: 20%;
        height: auto
    }
    .explain {
        padding: 0
    }
    .Leaving {
        padding-top: 0
    }
    .volunteerCon .content .contents_info {
        height: 100%
    }
    .volunteerCon .content p {
        font-size: .2rem
    }
    .Leaving .LeavingCon .LeavingList dt {
        width: 70%;
        font-size: .3rem;
        margin: auto
    }
    .Leaving .LeavingCon .LeavingList dt::before {
        left: -8%
    }
    .Leaving .LeavingCon .LeavingList dt::after {
        right: -5.5%
    }
    .Leaving .LeavingCon .LeavingList dd {
        width: 70%;
        margin: auto
    }
    .guideConLeftInfo .guideConLeftImg {
        margin: auto
    }
    .Leaving .LeavingCon .LeavingList dd::before {
        left: -8%
    }
    .subcz div {
        width: 45%!important
    }
    .Leaving .LeavingCon .LeavingList dd p {
        font-size: .3rem
    }
    .Leaving .LeavingCon .LeavingList dd span {
        font-size: .3rem
    }
    .subcz .submit {
        font-size: .3rem
    }
    .subcz .Reset {
        font-size: .3rem
    }
    .volunteer .volunteerCon .volunteerConList,
    .volunteer .volunteerCon .volunteerConList:nth-of-type(1) {
        width: 100%!important;
        height: auto;
        float: none
    }
    .volunteer .volunteerCon {
        height: auto
    }
    .volunteerCon .content {
        width: 70%;
        box-sizing: border-box
    }
    .volunteer .volunteerCon .volunteerConList .xz {
        width: 30%;
        height: auto
    }
}

@media(max-width:768px) {
    .guide,
    .guideCon {
        margin: .5rem auto
    }
    .guideCon .guideConLeft .time {
        display: flex
    }
    .guideCon .guideConLeft .time ul {
        width: 100%
    }
	.guideCon .guideConLeft .time ul::after {
       display:none;
    }
    .guideCon .guideConLeft .time ul li {
        width: 100%
		    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .guideCon .guideConLeft .time ul li span {
        font-size: .4rem
    }
    .guideCon .guideConLeft .time ul li i {
        font-size: .3rem
    }
    .guideCon .guideConLeft .time ul li:nth-child(1)::after {
        display: none
    }
    .guideCon .guideConLeft .time ul:nth-child(1)::after {
        right: -1rem
    }
    .guideConLeftInfo .xinxi {
        margin-top: .3rem
    }
    .guideConLeftInfo .xinxi p {
        font-size: 18px
    }
    .appointment .appointmentCon .appointmentlist form {
        width: 100%
    }
    .subcz .Reset,
    .subcz .submit {
        width: 45%
    }
    .explain,
    .volunteer {
        padding-top: .5rem
    }
    .Leaving .LeavingCon,
    .Leaving .signUp,
    .explainCon {
        margin: .5rem auto
    }
    .volunteerCon .content p {
        font-size: .24rem;
        line-height: inherit
    }
    .appointment .appointmentCon .appointmentlist .appointmentlist1 {
        margin-top: .3rem
    }
    .Leaving {
        padding: 0
    }
    .volunteer {
        padding: .5rem 0 0
    }
    .Leaving .title {
        width: 90%;
        margin: 0 auto
    }
    .Leaving .signUp .appointmentlist textarea {
        width: 90%;
        padding: .2rem 5%;
        border-radius: 10px
    }
}