@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

body {
    font: 14px/1.5 Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
    color: #333;
    background: #FFF;
}

ul {
    list-style-type: none;
}

input, select, textarea {
    vertical-align: middle;
    font: 14px/1.5 Microsoft YaHei, SimSun, Arial, Helvetica, sans-serif;
    color: #333;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    border: 0px;
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

em {
    font-style: normal;
}

b {
    font-weight: normal;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
}

/*********************************************/
.cx_box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 100vh;
}

.cx_box-content {
    -webkit-box-flex: 1;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
}

/*弹窗*/
.feedback {
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.feedback.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popAgre {
    padding: .4rem;
    min-height: 1rem;
    background: #FFFFFF;
    border-radius: 32px;
    position: fixed;
    top: 50%;
    left: 6%;
    right: 6%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.popAgre_h2 {
    font-size: .4rem;
    text-align: center;
    color: #333333;
}

.popAgre_text {
    line-height: .68rem;
    font-size: .32rem;
    color: #000000;
    margin-top: .4rem;
}

.popAgre_yuedu {
    line-height: .68rem;
    font-size: .32rem;
    color: #000000;
    margin-top: .4rem;
}

.popAgre_yuedu .colorBlue {
    color: #0099FF;
}

.popAgre_bnt {
    margin-top: .4rem;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.popAgre_white, .popAgre_blue {
    margin: 0 .15rem;
    width: 4.6rem;
    height: .96rem;
    font-size: .36rem;
    border-radius: .96rem;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;;
}

.popAgre_white {
    background: #efefef;
    color: #000000;
}

.popAgre_blue {
    background: #0099ff;
    color: #FFFFFF;
}


.cx_header {
    position: relative;
    height: .88rem;
}

.cx_header-box {
    position: relative;
    height: .88rem;
    background-image: -webkit-linear-gradient(#ebebeb 70%, transparent 30%), -webkit-linear-gradient(transparent 40%, #ebebeb 60%);
    background-image: linear-gradient(#ebebeb 60%, transparent 40%), linear-gradient(transparent 40%, #ebebeb 60%);
    background-size: 100% 1px;
    background-position: top, bottom;
    background-image: -webkit-linear-gradient(#ebebeb 60%, transparent 40%), -webkit-linear-gradient(transparent 40%, #ebebeb 60%);
    background-size: 100% 1px;
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-color: #fff;
}

.cx_header-title {
    position: absolute;
    bottom: 0;
    left: 14%;
    right: 14%;
    width: 72%;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .36rem;
    color: #000;
    z-index: 10;
}

.cx_header-link {
    position: absolute;
    bottom: 0;
    left: 0rem;
    right: 0rem;
    width: 100%;
    height: .88rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
}

.cx_header-box,
.cx_header-body {
    display: -webkit-box;
    -webkit-box-align: center;
}

.cx_header-box a,
.cx_header-body a {
    color: #09f;
}

.cx_header-flex {
    -webkit-box-flex: 1;
}

.cx_header-right {
    display: block;
    padding-right: .3rem;
    display: -webkit-box;
    -webkit-box-align: center;
    height: .88rem;
    line-height: .88rem;
    font-size: .3rem;
    color: #09f;
}

.cx_header-left {
    display: block;
    padding-left: .3rem;
    height: 100%;
    height: .88rem;
    line-height: .88rem;
    font-size: .3rem;
    color: #09f;
}

.cx_header-arrow {
    display: block;
    width: .36rem;
    margin-left: .3rem;
    height: .9rem;
    background: url(../images/headerArrow.png) left center no-repeat;
    background-size: .35rem .35rem;
}

.cx_header-arrow + a.cx_header-left {
    padding-left: .16rem;
}


.xyAgre {
    padding: .4rem;
    line-height: .68rem;
    font-size: .32rem;
    color: #000000;
    text-align: justify;
}




