* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
}

ul, li {
    list-style: none;
}

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

body {
    min-width: 1200px;
    background: #f5f5f5;
}

.header {
    width: 100%;
    height: 69px;
    line-height: 69px;
    background: url("../../images/index/banner.png") no-repeat 50% 0;
    background-size: 1920px;
    border-bottom: 1px solid rgba(55, 55, 55, 1);
}

.header-box {
    display: flex;
    justify-content: space-between;
}

.header-box > div:nth-of-type(1) {
    line-height: 77px;
}

.header-box > div:nth-of-type(1) > img {
    vertical-align: middle;
    height: 55px;
}

.header-box > div:nth-of-type(2) > ul {
    display: flex;
    flex: 1;
}

.header-box > div:nth-of-type(2) > ul > li {
    padding: 0 20px;
    position: relative;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #d4d4d4;
}

.header-box > div:nth-of-type(2) > ul > li > a {
    vertical-align: middle;
    color: #d4d4d4;
}

.header-box > div:nth-of-type(2) > ul > li > span {
    margin: 0 5px;
    vertical-align: middle;
    cursor: pointer;
}

.header-box > div:nth-of-type(2) > ul > li > img {
    vertical-align: middle;
}

.header-box > div:nth-of-type(2) > ul > li > i {
    position: absolute;
    height: 3px;
    width: 40%;
    left: 30%;
    bottom: 1px;
    background: #fff;
    border-radius: 2px;
    display: none;
}

.active {
    color: #fff !important;
}

.active > a {
    color: #fff !important;
}

.active > i {
    display: block !important;
}

.container {
    background: #f5f5f5;
}

.container > .banner {
    width: 100%;
    height: 664px;
    background: url("../../images/index/banner.png") no-repeat 50% -69px;
    background-size: 1920px;
}

.banner > div {
    padding: 100px 0 0 60px;
}

.banner > div > img {
    width: 621px;
}

.auto {
    width: 1200px;
    margin: auto;
    height: 100%;
}

.banner > div > div {
    display: flex;
    padding-top: 56px;
    position: relative;
}

.banner > div > div > a {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 55px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.banner > div > div > a > img {
    vertical-align: middle;
    margin-right: 5px;
}

.banner > div > div > a > span {
    vertical-align: middle;

}

.banner > div > div > a:hover {
    color: #000;
    background: #fff;
    border: none;
}

.hide {
    display: none;
}

.target-box {
    padding-top: 90px;
}

.target-box > div {
    text-align: center;
}

.target-box > div > p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 39px 100px;
    line-height: 40px;
}

.target-box > div > .title > img {
    height: 48px;
}

.target-box > div > .content {
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 40px 100px 120px 100px;
}

.target-box > div > .content > div {

}

.target-box > div > .content > div > img {
    width: 117px;
    height: 117px;
}

.target-box > div > .content > div > p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-top: 32px;
}

.YS-BOX {
    height: 843px;
    background: #fff;
    padding-top: 120px;
}

.YS-BOX > div {
    text-align: center;
}

.YS-BOX > div > p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 39px 100px;
    line-height: 40px;
}

.YS-BOX > div > .title > img {
    height: 48px;
}

.YS-BOX > div > .content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 120px 0px;
}

.YS-BOX > div > .content > div {
    width: 270px;
    height: 350px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 10px;
    overflow: hidden;
}

.YS-BOX > div > .content > div > img {
    width: 100%;
}

.YS-BOX > div > .content > div > p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 32px 20px 0 20px;
    line-height: 30px;
}

.SHOP-BOX {
    /*height: 843px;*/
    padding-top: 120px;
}

.SHOP-BOX > div {
    text-align: center;
}

.SHOP-BOX > div > p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 39px 100px;
    line-height: 40px;
}

.SHOP-BOX > div > .title > img {
    height: 48px;
}

.SHOP-BOX > div > .content {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px 120px 0px;
    flex-wrap: wrap;
}

.SHOP-BOX > div > .content > div {
    width: 50%;
    text-align: left;
    padding: 50px 0 50px 187px;
    background-size: 55px 60px ;
}

.SHOP-BOX > div > .content > div:nth-of-type(1) {
    background: url("../../images/index/icon_list_1.png") no-repeat 80px 50%;
}

.SHOP-BOX > div > .content > div:nth-of-type(2) {
    background: url("../../images/index/icon_list_2.png") no-repeat 80px 50%;
}

.SHOP-BOX > div > .content > div:nth-of-type(3) {
    background: url("../../images/index/icon_list_3.png") no-repeat 80px 50%;
}

.SHOP-BOX > div > .content > div:nth-of-type(4) {
    background: url("../../images/index/icon_list_4.png") no-repeat 80px 50%;
}

.SHOP-BOX > div > .content > div > h3 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.SHOP-BOX > div > .content > div > p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.TX-BOX {
    padding-top: 120px;
    background: #fff;
}

.TX-BOX > div {
    text-align: center;
}

.TX-BOX > div > p {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 39px 100px;
    line-height: 40px;
}

.TX-BOX > div > .title > img {
    height: 48px;
}

.TX-BOX > div > .content {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 120px 0px;
    flex-wrap: wrap;
}
.TX-BOX > div > .content > div {
    width: calc( 100% / 3 );
    text-align: left;
    padding: 187px 50px 0  50px;
    background-size: 76px 83px ;
}

.TX-BOX > div > .content > div:nth-of-type(1) {
    background: url("../../images/index/icon_box_1.png") no-repeat 50% 80px ;
}

.TX-BOX > div > .content > div:nth-of-type(2) {
    background: url("../../images/index/icon_box_2.png") no-repeat 50% 80px ;
}

.TX-BOX > div > .content > div:nth-of-type(3) {
    background: url("../../images/index/icon_box_3.png") no-repeat 50% 80px;
}

.TX-BOX > div > .content > div:nth-of-type(4) {
    background: url("../../images/index/icon_box_4.png") no-repeat 50% 80px;
}
.TX-BOX > div > .content > div:nth-of-type(5) {
    background: url("../../images/index/icon_box_5.png") no-repeat 50% 80px;
}
.TX-BOX > div > .content > div:nth-of-type(6) {
    background: url("../../images/index/icon_box_6.png") no-repeat 50% 80px;
}
.TX-BOX > div > .content > div > h3 {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: center;
}

.TX-BOX > div > .content > div > p {
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    padding-top: 23px;
    line-height: 27px;
}
.footer{
    background:rgba(51,51,51,1);
}
.footer>div{
    color: #fff;
    padding-bottom: 60px;
}
.footer>div>div{
    height: 80px;
    line-height: 50px;
    text-align: center;
    padding-top: 30px;
}
.footer>div>div>img{
    height:14px;
    vertical-align: middle;
}
.footer>div>div>span{
    vertical-align: middle;
    font-size:15px;
    font-family:Microsoft YaHei;
    font-weight:400;
}
.footer>div>div>span:nth-of-type(1) {
    margin-right: 32px;
}
.footer>div>p{
    text-align: center;
    font-size:13px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ios-download{
    width: 200px;
    height: 200px;
    line-height: 195px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 129px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 14px -5px rgba(0,0,0,.5);
    display: none;
}
.android-download{
    width: 200px;
    height: 200px;
    line-height: 195px;
    background: #fff;
    position: absolute;
    left: 220px;
    top: 129px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 0px 14px -5px rgba(0,0,0,.5);
    display: none;
}
.ios-download > img, .android-download>img{
    width: 180px;
    height: 180px;
    vertical-align: middle;
}


