body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #333;
    font-size: 0.24rem;
    font-family: "Source Han Sans CN", "PingFang SC", "微软雅黑", Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption,
p {
    color: #333;
    font-size: 0.24rem;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 0.22rem "Source Han Sans CN", "PingFang SC", Verdana, Helvetica, Arial, sans-serif;
    padding: 0;
    margin: 0;
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    height: 100%;
}

a,
button {
    cursor: pointer;
}

textarea {
    resize: none;
}

* {
    -moz-user-select: none;
    /*火狐*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*早期浏览器*/
    user-select: none;
}

button {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.w96 {
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #fff;
}

.index {
    max-width: 750px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 0.2rem;
}


/* index.html css */

:root {
    --color: #fffefe;
}

.wrap {
    width: 100%;
    background-size: cover;
}

.fisrt {
    height: 8.99rem;
    color: var(--color);
}

.f_top {
    height: 1.13rem;
    width: 100%;
    padding: 0 0.4rem;
}


/* logo */

.logo {
    display: flex;
    font-size: 0.4rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.logo::before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.2rem;
    display: inline-block;
    background-image: url(../images/top_icon.png);
    background-size: cover;
}


/* flex_around布局 */

.flex_around {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* flex-center布局 */

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


/* flex-布局 */

.flex_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f_right_title {
    font-size: 0.22rem;
    color: var(--color);
}

.f_title p {
    text-align: center;
    margin: 0.4rem 0;
}

.title_first {
    font-size: 0.36rem;
    color: #e4b98b;
    font-weight: bold;
}

.f_title p:first-child {
    margin-top: 1rem;
}

.f_title p:nth-child(2) {
    width: 100%;
    height: 1.1rem;
    text-align: center;
    background-size: cover;
    background-image: url(../images/first_title.png);
    margin: 0rem 0;
}

.f_title p:nth-child(3) {
    font-size: 0.6rem;
    font-weight: bold;
    color: #f1d1a6;
}

.f_title p:last-child {
    font-size: 0.6rem;
    color: #e4b98b;
    font-weight: bold;
}


/* second  */

.second {
    height: 4.62rem;
    text-align: center;
}

.s_logo {
    text-align: center;
    font-size: 0.5rem;
    color: #060d63;
    font-weight: 500;
}

.s_logo::before {
    color: #060d63;
    background-image: url(../images/bg_logo_05.png);
}

.s_title {
    margin: 0.1rem 0 0.2rem 0;
    font-size: 0.5rem;
    color: #060d63;
    display: block;
}

.second p:last-child {
    color: #060d63;
    display: block;
    margin-top: 0.22rem;
    font-weight: bold;
    font-size: 0.5rem;
}


/* third */

.third {
    /* height: 12.02rem; */
}

.third_content {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 1rem;
    /* display: flex; */
}

.third_title {
    /* margin-top: 0.5rem; */
    width: 100%;
    height: 2.3rem;
    background-size: cover;
    background-position: center center;
}

.t_content_left,
.t_content_right {
    display: inline-block;
}

.t_content_left {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}


.t_content_right img {
   
    width: 100%;
}

.tleft_list {
    display: flex;
    justify-content:center;
    align-items: center;
    width: 3.7rem;
    height: 1rem;
    margin-bottom: 0.3rem;
    background-size: cover;
}

.tleft_list span {
    font-size: 0.38rem;
    font-weight: bold;
    color: #f2d2a7;
    font-style: italic;
    margin-right: 0.2rem;
}

.tlist_right p {
    color: #FFF;
	line-height: 1.3;
    font-size: 0.24rem;
}
.code_picwrap{
    width: 100px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    left: 21px;
    width: 2rem;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.code_picwrap img{
    width: 80%;
}
.code_picwrap p{
    color: white;
    line-height: 1;
    font-weight: bolder;
    color: #b6202d;
    text-indent: 0.31rem;
    text-align: left;
    display: block;
    line-height: 1;
    width: 100%;
    font-weight: bolder;
    text-indent: 0.6rem;
}
.code_picwrap div{
    display: flex; 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 3.5rem;
    height: 0.8rem;
    margin-left: 1rem;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

/* four */

.four {
    height: 10.36rem;
    padding-top: 0.7rem;
}

.four p {
    text-align: center;
    line-height: 1;
    display: block;
    color: #fde7bf;
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
}

.four_content {
    width: 6.6rem;
    height: 5.83rem;
    margin: 0.5rem auto;
    margin-top: 1rem;
    margin-right: 0.32rem;
    background-image: url();
    border: 0.02rem solid #a47d57;
    background-color: #131d5c;
}

.content_li {
    margin-top: 0.5rem;
    margin-left: -0.3rem;
}

.content_li span {
    display: inline-block;
    /* padding: 0.2rem 0.2rem; */
}

.content_li span:first-child {
    width: 2.4rem;
    height: 0.84rem;
    text-align: left;
    text-indent: 0.2rem;
    line-height: 0.84rem;
    color: #fde7bf;
    margin-right: 0.3rem;
    font-size: 0.34rem;
    background-size: cover;
}

.content_li span:last-child {
    color: #deccb2;
    font-size: 0.3rem;
}

.five {
    height: 6.33rem;
    position: relative;
    background-size: cover;
}

.five_content {
    padding: 0.2rem;
    position: absolute;
    bottom: 0.3rem;
    left: 0.45rem;
    border-radius: 0.1rem;
    background-color: rgba(18, 30, 106, 0.9);
}

.five_content p {
    color: #e6bf94;
    text-indent: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.22rem;
}

.five_content span {
    color: #e6bf94;
    display: block;
    position: relative;
    top: -0.5rem;
    width: 3.5rem;
    height: 0.76rem;
    text-align: center;
    line-height: 0.76rem;
    border-radius: 0.07rem;
    font-size: 0.34rem;
    background-color: #06176b;
    border: 1px solid #b2885d;
    margin: 0 auto;
}

.six {
    height: 7.88rem;
    overflow: hidden;
}

.six_wrap {
    width: 6.9rem;
    height: 6.3rem;
    padding: 0 0.2rem;
    margin: 0.85rem auto 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    background-size: 6.9rem 6.3rem;
    background-repeat: no-repeat;
}

.six_wrap p {
    width: 100%;
    text-align: center;
    z-index: 9;
    color: #fde7bf;
    font-size: 0.6rem;
    top: -0.4rem;
    position: absolute;
}

.six_list {
    margin-top: 1.2rem;
    width: 1.8rem;
    height: 1.95rem;
    display: flex;
    padding: 0.3rem 0;
    margin-right: 0.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    display: inline-block;
    border-radius: 0.1rem;
    background-size: cover;
}

.six_list span {
    display: block;
    margin: 0 auto;
    margin-top: 0.2rem;
    text-align: center;
    color: #fff;
}

.slist_first {
    width: 0.68rem;
    height: 0.68rem;
    background-size: 0.69rem 0.68rem;
    background-position: center center;
}

.six_list::before {
    content: '';
    width: 8px;
    height: 10px;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url(../images/right_btn_03.png);
}

.last_list::before {
    background: none;
}

.slist_second {
    font-size: 0.3rem;
    color: #06155b !important;
}


/* seven */

.senve {
    height: 15.20rem;
    text-align: center;
}

.senve_wrap {
    width: 100%;
    height: 100%;
    text-align: center;
}

.seven_title {
    width: 80%;
    line-height: 0.6rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
    color: #e6bf94;
    display: inline-block;
    font-size: 0.4rem;
}

.senve_ul {
    width: 88%;
    margin: 0.5rem auto;
    border: 1px solid #e6bf94;
    border-radius: 0.1rem;
}

.senve_list {
    width: 93%;
    margin: 0.6rem auto;
    height: 0.8rem;
    text-align: left;
    line-height: 0.8rem;
    background-color: #fff;
    border-radius: 0.1rem;
}

.senve_list span {
    font-size: 0.28rem;
    color: #050e70;
    font-weight: bold;
}

.senve_list span:first-child {
    color: #e6bf94;
    top: -0.4rem;
    left: 0.2rem;
    width: 1.56rem;
    height: .72rem;
    position: relative;
    text-align: center;
    margin-right: 0.2rem;
    display: inline-block;
    background-size: cover;
}


/* eight */

.eight {
	padding: 0.5rem 0;
}

.e_title {
    width: 100%;
    height: 0.8rem;
    display: block;
    color: #ffff;
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
    background-size: cover;
}

.eight_content {
    width: 6.9rem;
    height: 100%;
    margin: 0 auto;
    border: 1px solid transparent;
}

.e_text {
    margin: 0.5rem 0;
}

.e_text p {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

.e_text_bottom p:last-child {
    font-size: 0.5rem;
    color: #f0d0a5;
}

.e_bottom {
    height: 5.16rem;
}

.eb_content {
    width: 100%;
    height: 4.08rem;
    overflow: hidden;
    background-size: 6.9rem 4.08rem;
}

.eb_title {
    text-indent: 0.5rem;
    font-size: 0.5rem;
    color: #FFFFFF;
    display: block;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.eb_ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eb_li {
    width: 30%;
    padding-bottom: 0.2rem;
    margin-top: 0.5rem;
    margin-right: .1rem;
    background-color: rgba(84, 83, 116, 0.8);
    border-radius: 0.1rem;
    border-top-left-radius: 0.5rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.eb_li p {
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin: 0.2rem 0;
}

.eb_li p:first-child {
    color: #06176b;
    margin: 0;
    padding: 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    background-color: #e6af73;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}


/* 按钮 */

.btn {
    width: 100%;
    text-align: center;
    display: block;
    color: #06176b;
    padding: .4rem .5rem;
    font-size: 0.4rem;
    margin-top: 0.2rem;
    border-radius: 1rem;
    background-color: #ebc99d;
}

.btn span {
    font-weight: bold;
    font-size: 0.4rem;
}


/* nine */

.nine {
    text-align: center;
}

.n_first_title {
    width: 100%;
    height: 1.6rem;
    background-color: #FFFFFF;
    font-size: 0.46rem;
    color: #06176b;
    line-height: 1.6rem;
    font-weight: bolder;
}

.n_choose {
    padding-bottom: 0.5rem;
    background-color: #060D63;
}

.n_choose p {
    color: #ebc99d;
    line-height: 1.8rem;
    font-weight: bolder;
    font-size: 0.5rem;
}

.n_choose span {
    color: #ebc99d;
    font-size: 0.3rem;
    padding: 0 .4rem;
    border: 1px dashed #ebc99d;
}

.n_ul {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 .1rem;
    margin: 0.2rem auto;
}

.n_li {
    width: 2.22rem;
    height: 1.42rem;
    margin: 0.1rem;
    color: #fff;
    font-size: 0.3rem;
    line-height: 1.5rem;
    border-radius: 0.1rem;
    background-size: cover;
}

.n_ul .n_li:nth-child(3n+1) {
    margin-left: 0;
}

.n_ul .n_li:nth-child(3n) {
    margin-right: 0;
}

.n_three {
    width: 100%;
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.75rem;
    background-color: #050E70;
}

.nth_wrap {
    margin: 0 auto;
    width: 6.9rem;
    height: 7.82rem;
    /* padding: 0 .2rem; */
    background-color: #FFFFFF;
    border-radius: 0.2rem;
}

.nth_wrap p {
    font-size: 0.6rem;
    color: #0e1a64;
    height: 1.78rem;
    width: 100%;
    line-height: 1.78rem;
    font-weight: bold;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    background-image: linear-gradient(to bottom, #f4d9b1, #e1b488);
}

.nth_ul {
    width: 100%;
    flex-wrap: wrap;
}

.nth_li {
    width: 20%;
    color: #0e1a64;
    font-size: 0.26rem;
    padding-top: 0.4rem;
    /* background-color: #007AFF; */
}

.nth_li span:first-child {
    width: 1.06rem;
    height: 1.06rem;
    display: block;
    background-color: #eac395;
    background-size: 0.44rem 0.5rem;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center center;
}

.nth_b_text {
    color: #0e1a64;
    font-size: 0.34rem;
    margin-top: 0.9rem;
}

.nth_btn {
    width: 6.9rem;
    margin: 0.62rem auto 0;
}


/* message */

.message {
    padding-bottom: 0.6rem;
    position: relative;
	background: #fff;
	text-align: left;
}

.mess_wrap {
    width: 6.9rem;
    margin: 0 auto;
}

.mess_title {
    color: #06176b;
    padding-top: 0.84rem;
    font-size: 0.6rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.5rem;
}

.mess_tips {
    width: 100%;
    color: #333333;
    font-size: 0.3rem;
}

.mess_tips span {
    width: 100%;
    height: 0.6rem;
    display: block;
    padding: 0 0.2rem;
    color: #333333;
    font-size: 0.3rem;
    line-height: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    background-color: #e3e6fa;
}

.mess_tips span::before {
    content: '';
    width: 0.37rem;
    height: 0.37rem;
    margin-left: 0.1rem;
    margin-right: 0.3rem;
    display: inline-block;
    background-size: cover;
    background-image: url(../images/tips_03.png);
}

.form_wrap {
    width: 100%;
}

.form_content input {
    border: none;
    color: #999999;
    padding: 0;
    text-indent: 0;
    font-size: 0.28rem;
    margin-bottom: 0;
    border-bottom: 1px solid #c2c1c1;
    background-color: transparent;
}

.form_content p {
    color: #666666;
    margin-top: 0.5rem;
    font-size: 0.28rem;
}

.form_wrap input:placeholder {
    color: #999999;
    font-size: 0.28rem;
}

.form_ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form_ul li {
    height: 0.5rem;
    line-height: 0.5rem;
    width: 2.68rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form_ul li input {
    margin-right: 0.1rem;
}

.form_ul span {
    font-size: 0.28rem;
}

.introduce {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.24rem;
    margin-top: 0.5rem;
}

.introduce a {
    color: #06176b;
    font-size: 0.24rem;
}

.status {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.1rem;
    display: inline-block;
    border: 1px solid #999999;
    background-size: cover;
    background-repeat: no-repeat;
}


/* eleven */

.eleven {
    width: 6.9rem;
    margin: 0 auto;
	overflow: hidden;
}

.el_top {
    margin-bottom: 0.25rem;
}
.eleven_wrap{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.el_top p {
    color: #d2d7e5;
    text-align: left;
    margin: 0.1rem 0;
	line-height: 1;
    font-size: 0.41rem;
}

.el_top p:first-child {
    padding-top: 0.7rem;
}

.el_second p {
    text-align: left;
    font-size: 0.32rem;
    color: #d2d7e5;
    opacity: 0.5;
	line-height: 1;
}

.el_second {
    margin-bottom: 0.4rem;
}

.wrap_bg {
    text-align: center;
}

.pic_list {
    width: 100%;
    height: 1.26rem;
    color: #1d2b55;
    display: block;
    text-align: left;
    text-indent: 0.4rem;
    line-height: 1.36rem;
    font-size: 0.34rem;
	font-weight: bold;
    margin-bottom: 0.1rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.pic_three {
    font-weight: bold;
}

.pic_last {
    width: 5.2rem;
    height: 1.1rem;
    line-height: 1.1rem;
    background-size: 5.20rem 1.10rem;
}

.pic_four {
    width: 5.9rem;
    height: 1.3rem;
    line-height: 1.3rem;
    background-size: 5.90rem 1.20rem !important;
}

.btn_sty {
    margin: 0.5rem auto;
}


/* twelve */

.twelve {
    padding-top: 0.9rem;
    padding-bottom: 0.6rem;
}

.twelve_top,
.two_content {
    margin: 0 auto;
    width: 85%;
    padding: 0.6rem 0 0.3rem;
    position: relative;
    text-align: center;
    background-size: cover;
    border-radius: 0.2rem;
}

.twelve_top {
    width: 6.91rem;
    height: 2.61rem;
    color: #fff;
    text-align: center;
    margin-bottom: 0.6rem;
}

.twelve_top p {
    color: #fff;
    margin: 0 auto 0.2rem;
    font-size: 0.36rem;
}

.twelve_top span {
    width: 4.4rem;
    height: 0.88rem;
    text-align: center;
    position: absolute;
    top: -.2rem;
    ;
    left: 50%;
    line-height: 0.88rem;
    margin-left: -2.2rem;
    background-size: cover;
}

.twelve_top span,
.two_content span {
    color: #001245;
    display: block;
    font-size: 0.4rem;
}

.two_content {
    width: 6.9rem;
    margin: 0 auto;
    background-size: 6.9rem;
    background-repeat: no-repeat;
}

.tw_span {
    position: absolute;
    top: -0.15rem;
    left: 50%;
    margin-left: -1.85rem;
}

.two_content span {
    width: 3.7rem;
    height: 0.8rem;
    line-height: 0.7rem;
    font-size: 0.4rem;
    background-size: cover;
}

.tw_ul {
    margin-top: 0.5rem;
}

.tw_li span {
    width: 2.74rem;
    height: 0.6rem;
    color: #fff;
    margin: 0 auto;
    display: block;
    line-height: 0.6rem;
    font-size: 0.32rem;
    background-size: cover;
}

.tw_li p {
    color: #fff;
    font-size: 0.22rem;
    margin: .4rem 0 .72rem;
}


/* thirteen */

.thirteen {
    padding-bottom: 0.1rem;
    background-color: #fff;
}

.thirteen_title {
    font-size: 0.6rem;
    color: #12387e;
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
    text-align: center;
}

.vido_wrap {
    width: 6.9rem;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box;
}

.start_btn {
    width: 0.74rem;
    height: 0.74rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.37rem;
    margin-left: -0.37rem;
}

.pasuef,
.pasuet {
    display: none;
}

.thiree_bg {
    width: 6.9rem;
	margin: 0 auto;
    padding-top: .44rem;
    padding-bottom: 0.5rem;
    background-color: #06176b;
    box-sizing: content-box !important;
}

.thiree_top_wrap {
    width: 6.9rem;
    margin: 0 auto;
}

.thire_img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    margin-left: 0.1rem;
    margin-right: 0.2rem;
    background-size: cover;
}

.th_img_tilte {
    font-size: 0.3rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.th_text {
    color: #c1c5da;
    line-height: 0.35rem;
    font-size: 0.24rem;
}

.text_big {
    font-size: 0.24rem;
    color: #f6dbb2;
}

.text_bigger {
    font-size: 0.3rem;
    color: #f6dbb2;
    font-weight: bold;
}

.th_second_wrap {
    width: 6.9rem;
    margin: 0.35rem auto 0;
}

.second_left_title {
    width: 33px;
    font-size: 0.3rem;
    color: #06176b;
    display: block;
    padding: 0.2rem 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    margin-left: 0.5rem;
    margin-right: 0.4rem;
    border-radius: 0.1rem;
    background-image: linear-gradient(to bottom, #f8dfb6, #e3b789);
}

.th_sleft_title {
    text-align: center;
    width: 1.5rem;
    margin-left: 0.1rem;
    margin-right: 0.2rem;
}

.th_conent_right p {
    display: block;
    color: #c1c5da;
    font-size: 0.24rem;
    line-height: 0.35rem;
}

.text_biggest {
    font-size: .6rem;
    color: #efcda2;
    font-weight: bold;
    margin-top: 0.3rem;
}


/* vido */

video {
    vertical-align: bottom;
}

.vido_content {
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.tw_four_bg {
    background-color: #06176b;
    width: 6.9rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}

.tw_four_wrap {
    padding-top: 0.4rem;
}

.logo_icon {
    width: 1.65rem;
    height: 1.6rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.p_left p,
.th_conent_right p {
    text-align: left;
}

.tw_f_right h5 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 0.2rem;
}

.tw_f_right p {
    line-height: 0.4rem;
    color: #c1c5da;
    text-align: left;
}

.img_list {
    width: 100%;
    margin-top: 0.4rem;
}

.img_list p {
    color: #fff;
    font-size: 0.24rem;
}

.img_list div {
    width: 50%;
    text-align: center;
}

.img_list div img {
    width: 3.25rem;
    height: 1.55rem;
    border-radius: 0.25rem;
}

.img_wrap {
    width: 6.6rem;
    margin: 0 auto;
    margin-top: 0.3rem;
    text-align: center;
}

.img_wrap img {
    width: 100%;
    margin: 0 auto;
    border-radius: 0.45rem;
}

.img_wrap p {
    font-size: 0.28rem;
    text-align: center;
}

.six_nine {
    width: 6.9rem;
    padding-bottom: 0.3rem;
    margin: 0.3rem auto;
    background-color: #06176b;
}

.zzsl,
.zc {
    background-color: #06176b;
}

.zc_logo::before {
    content: '';
    width: .75rem;
    height: .55rem;
    display: inline-block;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/zc_logo.png);
}

.zc_logo {
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
}

.zzsl_wrap {
    width: 3.6rem;
    float: left;
    margin-left: 0.1rem;
    margin-top: 0.3rem;
}

.zzsl_wrap span {
    display: block;
    text-align: left;
}

.right_pic {
    width: 3.06rem;
    float: right;
    margin-top: 0.3rem;
    margin-right: 0.1rem;
    vertical-align: top;
}

.zzsl_wrap span {
    color: #fff;
	line-height: 1;
}

.text_span {
    text-align: left;
    color: #fff;
	line-height: 1;
}

.thre_flex {
    padding: 0 0.3rem;
    margin-bottom: 0.4rem;
}

.thre_flex img {
    width: 49%;
}

.six_nine_two {
    padding: 0.3rem 0;
}

.six_nine_two p {
    margin-bottom: 0.2rem;
}

.six_first_title {
    color: #fff;
    text-align: center;
    font-size: 0.34rem;
    margin-top: 0.2rem;
}

.six_ntitle {
    color: #f0d0a5;
    text-align: center;
    font-size: 0.3rem;
}

.jh_fimg {
    width: 3.18rem;
    height: 4.13rem;
}

.js_timg {
    margin-left: 0.2rem;
    width: 3.05rem;
}

.jh_ul {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.4rem 0 0.8rem 0;
}

.jh_li {
    margin-top: 0.3rem;
}

.jh_fs {
    height: 2.2rem;
}

.jh_fs img {
    width: 2rem;
    height: 1.4rem;
}

.jh_li img {
    width: 1.53rem;
    height: 1.53rem;
    border-radius: 0.15rem;
}

.jh_li p {
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 0.22rem;
}

.logo_title {
    width: 6.26rem;
    margin: 0 auto;
    text-align: center;
}

.x_list_fspan {
    font-size: 0.46rem;
    color: #ecc69a;
}

.x_list {
    width: 6.9rem;
    margin: 0.3rem auto 0;
}

.x_list_tspan {
    color: #fff;
    padding: 0.2rem 0;
    line-height: 0.9rem;
    text-align: left;
    text-indent: 0.4rem;
    width: 5.9rem;
    font-size: .34rem;
    background-size: cover;
}

.xlist_last p {
    width: 5.9rem;
    color: #fff;
    font-size: 0.34rem;
    text-align: left;
    text-indent: 0.4rem;
    background-size: cover;
}

.inst_wrap {
    margin-top: 1rem;
    width: 100%;
    height: 15.58rem;
}

.inst_content {
    width: 6.9rem;
    margin: 0 auto;
}

.inst_list {
    color: #fff;
    background-color: #1a255f;
}

.inst_left {
    width: 3.32rem;
    float: left;
}

.inst_right {
    float: right;
    width: 3.30rem;
}

.inst_ltitl {
    color: #ecd1ab;
    margin-left: 0.2rem;
    font-size: .34rem;
    margin-top: 0.3rem;
    position: relative;
    text-align: left;
    height: 0.68rem;
    margin-bottom: 0.2rem;
    line-height: 0.68rem;
}

.inst_ltitl::before {
    content: '';
    display: block;
    width: 1.08rem;
    height: 0.02rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ecd1ab;
}

.inst_ltitl::after {
    content: '';
    display: block;
    width: 1.08rem;
    height: 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f1d0a5;
}

.inst_text {
    width: 100%;
    color: #fff;
    padding-left: 0.2rem;
    display: block;
    padding-right: 0.2rem;
    text-align: left;
	line-height: 1.1;
}

.inst_list img {
    width: 100%;
    vertical-align: bottom;
    margin: 0.2rem auto 0;
}

.inst_rul {
    width: 100%;
}

.inst_rli p {
    padding-left: 0.2rem;
    text-align: left;
    color: #fff;
	line-height: 1.2;
    font-size: 0.24rem;
}

.inst_rli p:first-child {
    color: #f0d0a5;
    font-size: 0.28rem;
}

.shop_wrap {
    width: 100%;
    padding-bottom: 1rem;
    background-color: #fff;
}

.shop_wrap p {
    font-size: 0.38rem;
    color: #06176b;
    font-weight: bold;
    height: 1.4rem;
    line-height: 1.4rem;
}

.shop_wrap img {
    width: 100%;
}

.daoshi {
    width: 100%;
}

.daoshi_top {
    width: 6.9rem;
    margin: 0 auto 0.3rem;
}

.dashi_title {
    font-size: 0.6rem;
    color: #f1d0a5;
    height: 2rem;
    line-height: 2rem;
    /* line-height: 1; */
}

.lyd_teacher {
    overflow: hidden;
    height: 8.5rem;
    margin-bottom: 0.2rem;
    background-color: #000000;
    background-size: cover;
}

.lyd_teacher p {
    color: #f0d0a5;
	line-height: 1.2;
    text-align: left;
    padding-left: 0.2rem;
    font-size: 0.26rem;
}

.lyd_teacher p:first-child {
    font-size: 0.4rem;
    font-weight: bolder;
    margin-top: 0.85rem;
    margin-bottom: 0.5rem;
}

.lyd_list {
    width: 6.9rem;
    margin: 0.2rem auto;
}

.d_name {
    font-size: 0.34rem;
    color: #fff;
	line-height: 1;
}

.d_thing {
    font-size: 0.34rem;
    color: #f0d0a5;
	line-height: 1;
    margin-bottom: 0.4rem;
}

.lyd_list img {
    width: 100%;
    height: 2.9rem;
    border-radius: 0.2rem;
}

.btn_bottom {
    width: 100%;
    height: 1.2rem;
    background-image: linear-gradient(to right, #e2b990, #ddb48a);
}

.btn_bottom span {
    color: #05145f;
    font-size: 0.36rem;
    font-weight: bold;
}

.jianli {
    color: #434343;
    font-size: 0.26rem;
    opacity: 0.2;
}

.per_intro {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    text-align: center;
    margin: 0 auto;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.4);
}

.per_intro_content {
    width: 90%;
    margin: 0 auto;
	overflow-y:scroll ;
    background-color: #fff;
    z-index: 99;
	height: 100%;
    padding: 0.2rem 0.6rem;
}

.per_intro .title {
    font-size: 0.3rem;
}

.per_intro_content {
}

.per_intro_content p {
    text-align: left;
}

.per_intro_content span {
    margin: 0 auto;
    display: block;
    padding: 0.2rem 0.3rem;
}

.close_top{
	position: fixed;
	display: block;
	top: 0.5rem;
	color: #000;
	right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	background-size: cover;
}
/*  */
