@import "public.css";

.see {
    position: absolute;
    bottom: 31%;
    right: 11%;
    color: #c1944a;
    font-size: .5rem;
}

.see-t:after {
    content: '';
    display:inline-block;
    width: .35rem;
    height: .35rem;
    border-top: 1px solid #c1944a;
    border-right: 1px solid #c1944a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.see.oth {
    position: absolute;
    bottom: 31%;
    right: 11%;
    color: #fff;
    font-size: .5rem;
}

.see-t.oth:after {
    content: '';
    display: inline-block;
    width: .35rem;
    height: .35rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tc-infor-box {
    margin: .5rem .75rem .75rem;
    padding: 5% .5rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    color: #fff;
    text-align: center;
    background-image: -webkit-linear-gradient(to bottom, #2fcdf4, #1893dd);
    background-image: linear-gradient(to bottom, #2fcdf4, #1893dd);
    -webkit-box-shadow: 0 .15rem .25rem rgba(45, 200, 243, .3);
    box-shadow: 0 .15rem .25rem rgba(45, 200, 243, .3);
}

.tc-infor-box .name {
    font-weight: bold;
    font-size: 1.3rem;
    margin: .5rem 0;
}

.tc-infor-box .name {
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tc-infor-box a {
    color: #fff;
}

.tc-infor-box a span {
    display: inline-block;
    padding-right: .5rem;
    position: relative;
}

.tc-infor-box a span:after {
    content: '';
    position: absolute;
    right: 0;
    top: .3rem;
    width: .4rem;
    height: .4rem;
    border: .05rem solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.line {
    background-color: #f5f6fa;
    height: .25rem;
}

.sec-box .title-box {
    text-align: center;
    padding: .5rem 0;
    font-size: 0;
}

.sec-box .title-box span {
    display: inline-block;
    font-size: .85rem;
    line-height: 1.05rem;
    color: #333;
    position: relative;
    padding: 0 1.25rem;

}

.sec-box .title-box span:after,
.sec-box .title-box span:before {
    content: '';
    position: absolute;
    width: .85rem;
    height: .85rem;
    top: .1rem;
    background: url("../images/zs-icon.png") center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

}

.sec-box .title-box span:after {
    right: 0;
}

.sec-box .title-box span:before {
    left: 0;
}

.content-box {
    padding: 0 .75rem .5rem;
}

.sm-lists .sm-list {
    padding: .5rem 0rem;
    position: relative;
    border-bottom: 1px solid #F6F6F6;
    /* -webkit-box-shadow: 0 0 .5rem #FBF7F1;
    box-shadow: 0 0 .5rem #FBF7F1; */
    margin: 0 0 .75rem;
    z-index: 2;
}

.sm-lists .sm-list:before {
    /* content: "";
    position: absolute;
    width: .1rem;
    background-color: #E1BA7E;
    top: 0;
    bottom: 0;
    left: 0; */
}

.sm-list .img-box {
    padding: 0 .5rem 0 0;
    width: 3.5rem;
}

.sm-list .img-box img {
    display: block;
    width: 100%;
}

.sm-list .content {
    color: #999999;
    font-size: .6rem;
}

.sm-list .content .name {
    font-size: .8rem;
    color: #333;
    font-weight: 600;
}

.sm-list .btn-box a {
    display: inline-block;
    /* color: #d7b37a; */
    font-size: .6rem;
    padding: .05rem;
      background: -webkit-linear-gradient(#ead5b6, #cfaf80);
      background: -o-linear-gradient(#ead5b6, #cfaf80);
      background: -moz-linear-gradient(#ead5b6, #cfaf80);
      background: linear-gradient(#ead5b6, #cfaf80);
    /* border: 1px solid #D7B072; */
    /* background-image: -webkit-linear-gradient(to right,#4cbdff,#4a78fe);
    background-image:         linear-gradient(to right,#4cbdff,#4a78fe); */
    -webkit-border-radius: .75rem;
    border-radius: .75rem;
}

.sm-list .btn-box a span {
    display: block;
    /* background-color: #fff; */
    padding: .2rem .5rem;
    -webkit-border-radius: .75rem;
    border-radius: .75rem;
    width: 3em;
    text-align: center;
}

.content-box .ts-p {
    color: #999999;
    text-align: center;
    font-size: .6rem;
}

.app-qy-box .table {
    width: 100%;
    position: relative;
    border: .05rem solid #e8e8e8;
    border-left: none;
    border-right: none;
    border-collapse: collapse;
}

.app-qy-box .table .td {
    border: .05rem solid #e8e8e8;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    color: #999999;
    font-size: .6rem;
    text-align: center;
}

.app-qy-box .table .td:first-child {
    border-left: none;
}

.app-qy-box .table .td:last-child {
    border-right: none;
}

.app-qy-box .td .name {
    font-size: .75rem;
    color: #333;
    font-weight: bold;
}

.app-qy-box .td .td-img {
    /* margin: .25rem 0; */
}

.app-qy-box .td .td-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.more-box {
    text-align: center;
    padding: .75rem;
}

.more-box a {
    display: inline-block;
    padding: .3rem 1.65rem;
    color: #ffffff;
    font-size: .75rem;
    background-image: -webkit-linear-gradient(to right, #E8D6AB, #D6A55B);
    background-image: linear-gradient(to right, #E8D6AB, #D6A55B);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.more-box a span {
    display: inline-block;
    padding-right: .5rem;
    position: relative;
}

.more-box a span:after {
    content: "";
    position: absolute;
    right: 0;
    top: .3rem;
    width: .4rem;
    height: .4rem;
    border: .05rem solid #fff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.star-box {
    margin-bottom: .5rem;
}

.star-box .my-star-box {
    font-size: 0;
}

.star-box .my-star-box>* {
    display: inline-block;
    vertical-align: top;
    line-height: .8rem;

}

.star-box .my-star-box span {
    font-size: .8rem;
    color: #333333;
    font-weight: bold;
}

.star-box .my-star-box img {
    margin: 0 0 0 .25rem;
    height: .8rem;
}

.star-box a {
    color: #999999;
}

.star-box a.more-btn span {
    position: relative;
    padding-right: .5rem;
}

.star-box a.more-btn span:after {
    content: "";
    position: absolute;
    right: 0;
    top: .3rem;
    width: .4rem;
    height: .4rem;
    border: .05rem solid #999;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.swiper-container a img {
    width: 100%;
}

.popup-container .popup-head {
    margin-bottom: .75rem;
}

.popup-container .popup-body {
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    overflow: hidden;
}

.popup-container .popup-body .popup-title-box {
    text-align: center;
    color: #fff;
    padding: .45rem 0;
    font-size: .95rem;
    letter-spacing: .15em;
    background-image: -webkit-linear-gradient(to right, #2fcdf5, #1792dd);
    background-image: linear-gradient(to right, #2fcdf5, #1792dd);
}

.popup-body .popup-tst-box {
    padding: 0 5%;
}

.popup-body .popup-tst-box p {
    font-size: .85rem;
    line-height: 1.6;
}

.popup-btn-box a {
    max-width: 6rem;
}

.popup-btn-style {
    background-image: -webkit-linear-gradient(to right, #2fcdf5, #1792dd);
    background-image: linear-gradient(to right, #2fcdf5, #1792dd);
    font-size: .9rem;
    color: #fff;
    padding: .25rem 0;
}

.popup-ts-p {
    margin: 3% 5%;
    color: #999999;
    font-size: .55rem;
    line-height: 1.6;
}

.nothing-box a {
    color: #999999;
    font-size: .6rem;
}

.nothing-box .result-p {
    font-size: .75rem;
    color: #333;
    font-weight: bold;
    line-height: 1.8;
}


/*新添加*/
.sec-box .title-box span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

}

.sm-lists .sm-list {
    background-color: #fff;
}

.sm-list .btn-box {
    margin-right: .25rem;
}

.operation-all table {
    width: 100%;

}

.operation-all table tr td {

    width: 25%;

}

.operation-all table tr td a img {
    width: 100%
}

.opt-t {
    line-height: 2em;
}

.gam {
    width: 92%;
    margin: -2rem auto 0 auto;
    position: relative;
    display: none
}

.gam a img {
    width: 100%
}

.hea {
    position: relative;
}

.hea img {
    width: 100%
}

.hea-con {
    position: absolute;
    top: 20%;
    left: 10%;
}

.hea-con table {
    width: 100%
}

.hea-con table tr td:first-child {
    width: 2.5rem;
    padding-right: .5rem
}

.hea-con table tr td img {
    width: 2.5rem
}

.my-pho {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.4em;
    padding-bottom: .4rem;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.my-a {
    font-size: .62rem;
    color: #fff;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.my-n {
    font-size: .62rem;
    color: #fff;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.my-n.my-jk {
    color: #c1944a;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.my-a.my-jk {
    color: #c1944a;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.my-jf.my-jk {
    color: #c1944a;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.my-jf {
    font-size: .62rem;
    color: #fff;
    padding-top: .4rem;
    -webkit-text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.progress-bj {
    width: 6.5rem;
    height: .3rem;
    -webkit-border-radius: 1.1rem;
    border-radius: 1.1rem;
    background: #4C4E56;
    -webkit-box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.progress-num-bj {
    background: #fff;
    height: 0.3rem;
    border-radius: 1rem;
}


.progress-bj.progress-jk {
    width: 6.5rem;
    height: .3rem;
    -webkit-border-radius: 1.1rem;
    border-radius: 1.1rem;
    background: #C49347;
    -webkit-box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2);
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .2)
}

.progress-num-bj.progress-num-jk {
    background: #fff;
    height: 0.3rem;
    border-radius: 1rem;
}

.hea-con1 {
    width: calc(100% - 1.5rem);
    margin: .2rem auto;
    background: #fff;
    position: relative;
    padding: .2rem 0;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}

.hea1 {
    padding: 1rem 0;
    background: url("../images/bg_01.png") left top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.hea-con1 table {
    width: calc(100% - 1rem);
    margin-left: .5rem;
}

.tit1 {
    font-size: .9rem;
    color: #d8b15c;
}

.tit2 {
    font-size: .65rem;
    color: #666666;
}

.ti-i {
    width: 4.5rem;

}

.tit-i {
    width: 4.5rem;
}

.tq-t {
    font-size: .75rem;
    font-weight: 700;
    color: #333333;
    line-height: 1em;
    padding-bottom: .5rem
}

.tq-c {
    font-size: .7rem;
    line-height: 2em;
    color: #999999;
}

.tq-cc{
    text-indent: 2em;
    font-size: .7rem;
    line-height: 2em;
    color: #999999;
}

.contq {
    padding: .5rem .75rem;
}

.tq-i {
    width: .6rem;
    vertical-align: top;
    margin-right: .2rem
}

.pad-f {
    padding-bottom: .5rem;
}

.con-x {
    width: 100%;
    position: relative;

}
.con-all{
    margin-top:.5rem
}
.con-all ul li a img {
    width: 1.2rem;
    padding-top: .5rem
}

.con-all ul li a p {
    color: #dab25f;
    font-size: .6rem;
}

.line-t {
    position: absolute;
    top: 40%;

    width: 100%;
    border-top: 2px solid #dab25f;
}
.line-tt {
    position: absolute;
    top: 55%;
    width: 100%;
    border-top: 2px solid #dab25f;
}
.line-ttfam {
    position: absolute;
    top: 35%;
    width: 100%;
    border-top: 2px solid #dab25f;
}
.hea-con1.hea-con11:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 2%;
    -webkit-transform: translate(0, 95%);
    transform: translate(0, 95%);
    width: 0;
    height: 0;
    border-width: 0.4rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.hea-con1.hea-con2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 33%;
    -webkit-transform: translate(-50%, 95%);
    transform: translate(-55%, 95%);
    width: 0;
    height: 0;
    border-width: 0.4rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.hea-con1.hea-con3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 66%;
    -webkit-transform: translate(-50%, 95%);
    transform: translate(-50%, 95%);
    width: 0;
    height: 0;
    border-width: 0.4rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.hea-con1.hea-con4:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2%;
    -webkit-transform: translate(0%, 95%);
    transform: translate(0%, 95%);
    width: 0;
    height: 0;
    border-width: 0.4rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.popup-content {
    background: #fff;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
}

