@charset"utf-8";
* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
button {
    cursor: pointer;
}
#app {
    width: 100%;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
}
#app > div {
    min-width: 1000px;
    box-sizing: border-box;
}
.topbar {
    width: 100%;
    height: 402px;
    background-image: ;
    background-size: 100% 100%;
}
.content {
    width: 1180px;
    background-color: #ffffff;
    margin: -275px auto 0;
    height: 1320px;
    text-align: center;
}
.contenttop {
    width: 100%;
    height: auto;
    padding: 50px 0;
    box-shadow: 0px 0px 4px #d4d4d4;
}
.createbtn {
    width: 460px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    background-color: #f14e61;
    color: #ffffff;
    font-size: 42px;
    font-weight: bold;
    margin: 40px auto;
    border-radius: 20px;
    cursor: pointer;
}
.ztit {
    color: #171717;
    font-size: 36px;
}
.ftit {
    color: #171717;
    font-size: 18px;
    margin-top: 20px;
}
.tabbox {
    margin-top: 40px;
}
.tabbox2 {
    margin-top: 30px;
}
.tab1 {
    width: 212px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #edecec;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    font-size: 32px;
    cursor: pointer;
}
.tab2 {
    width: 114px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #edecec;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    font-size: 22px;
    cursor: pointer;
}
.active1 {
    background-color: #f14e61;
    color: #ffffff;
}
.active2 {
    border-color: #f14e61;
    color: #f14e61;
}
.tabimg {
    width: 1000px;
    height: 700px;
}
.home-bottom {
    position: relative;
    color: #fefefe;
    display: block;
    width: 100%;
    height: 430px;
    background: #4d4d4d;
    box-sizing: border-box;
    padding-top: 45px;
    font-size: 14px;
}
.home-bottom-box{
    width: 1250px;
    height: 100%;
    margin: 0 auto;
}
.foot_bottom{
    width: 100%;
    height:80px;
    background:rgba(255,255,255,1);
}
.foot_bottom_all{
    width: 1250px;
    margin: 0 auto;
}
.foot_bottom_ctc{
    width: 1250px;
    height:80px;
    line-height: 80px;
    font-size:14px;
    color:rgba(102,102,102,1);
    text-align: center;
}
.home-bottom .title {
    font-size: 16px;
}
.home-bottom .b1,
.home-bottom .b2,
.home-bottom .b3,
.home-bottom .b4 {
    float: left;
}
.home-bottom .b1 .title,
.home-bottom .b2 .title,
.home-bottom .b3 .title,
.home-bottom .b4 .title {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 26px;
}
.home-bottom .b1 {
    width: 440px;
    margin-right: 42px;
    margin-bottom: 24px;
}
.home-bottom .b1 .graph {
    line-height: 25px;
    color:rgba(153,153,153,1)
}
.home-bottom .b1 .graph:hover{
    color:white;
}
.home-bottom .b2 {
    margin-right: 96px;
}
.home-bottom .b2 ul {
    width: 100%;
}
.home-bottom .b2 ul li {
    margin-top: 20px;
}
.home-bottom .b2 ul li a {
    display: block;
    width: 100%;
    color:rgba(153,153,153,1);
}
.home-bottom .b2 ul li a:hover{
    color: white;
}
.home-bottom .b3 {
    width: 325px;
    margin-right: 62px;
}
.home-bottom .b3 ul {
    width: 100%;
    height: 273px;
    overflow: hidden;
}
.home-bottom .b3 ul li {
    width: 158px;
    height: 60px;
    float: left;
    margin-right: 9px;
    margin-bottom: 11px;
    background: #fff;
}
.home-bottom .b3 ul li:nth-of-type(even) {
    margin-right: 0;
}
.home-bottom .b3 ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.home-bottom .b4 {
    width: 216px;
    position: relative;
}
.home-bottom .b4 #app_download_ewm {
    background: #fff;
    position: relative;
    width: 216px;
    height: 216px;
    padding: 16px;
    box-sizing: border-box;
}
.home-bottom .b4 #app_download_ewm img {
    display: block;
    width: 180px;
    height: 180px;
}
.home-bottom .b4 .download-text {
    font-size: 14px;
    margin-top: 15px;
    text-indent: 80px;
}
[v-cloak] {
    display: none;
}