body {
  margin: 0;
  padding: 0;
}
.centerBox {
  display: flex;
  justify-content: center;
  background-color: #fff;
}
.bgDefault {
  background: #F3F4F8;
}
.curpointer {
  cursor: pointer;
}
.flex1 {
  flex: 1;
}
@media only screen and (min-width: 770px) {
  .pcHidden {
    display: none !important;
  }
  #app .oldShow {
    display: none;
  }
  #app .versionCenter {
    width: 1200px;
  }
  #app .headerBox .navBorder {
    border-bottom: #dcdbdb solid 1px;
    box-sizing: border-box;
  }
  #app .headerBox .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }
  #app .headerBox .nav .options {
    display: flex;
    margin-right: 24px;
  }
  #app .headerBox .nav .options .optionItem {
    font-size: 14px;
    margin: 10px;
    color: #434343;
  }
  #app .headerBox .nav .btnList {
    width: 234px;
    background-color: rgba(20,146,255,0.5);
    height: 27px;
    display: flex;
  }
  #app .headerBox .nav .btnList .btnItem {
    width: 117px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 27px;
    width: 50%;
  }
  #app .headerBox .nav .btnList .btnItem img {
    width: 117px;
    height: 27px;
  }
  #app .headerBox .nav .btnList .btnItem:nth-child(1) {
    background-color: RGBA(20,146,255,1);
  }
  #app .headerBox .nav .goOld {
    width: 120px;
    height: 28px;
    margin-left: 16px;
    background-color: #f6ac15;
    border-radius: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
  }
  #app .headerBox .headerTabBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 92px;
  }
  #app .headerBox .headerTabBox .logo img {
    width: 260px;
    height: 68px;
  }
  #app .headerBox .headerTabBox .tabBox {
    height: 92px;
    display: flex;
    align-items: center;
  }
  #app .headerBox .headerTabBox .tabBox .tabItem {
    height: 100%;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #434343;
    opacity: 1;
    padding: 0 12px;
    display: flex;
    align-items: center;
    position: relative;
  }
  #app .headerBox .headerTabBox .tabBox .tabItem.select {
    background: #F3F4F8;
    color: #1492ff;
    border-bottom: #1492ff solid 4px;
    box-sizing: border-box;
  }
  #app .headerBox .headerTabBox .tabBox .tabItem .contentBoxPop {
    position: absolute;
    top: 92px;
    left: 0;
    width: 300px;
    background-color: #fff;
    padding: 17px 17px 17px 30px;
    color: #434343;
    display: none;
  }
  #app .headerBox .searchBoxBg {
    width: 100%;
    height: 260px;
    background-image: url(./headerBgDetail.png);
    background-size: 100% 100%;
    object-fit: cover;
  }
  #app .headerBox .searchBoxBg .searchBox {
    width: 718px;
    margin: 72px auto;
    height: 56px;
    background-color: #434343;
    display: flex;
  }
  #app .headerBox .searchBoxBg .searchBox input {
    flex: 1;
    font-size: 18px;
    color: #999999;
    opacity: 1;
  }
  #app .headerBox .searchBoxBg .searchBox .searchBtn {
    width: 144px;
    height: 56px;
    background-color: RGBA(255,172,0,1);
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 56px;
  }
  #app .bottomBox .bottomOptionBox {
    background-color: #f6f6f6;
    height: 45px;
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
  }
  #app .bottomBox .bottomOptionBox .optionItem {
    color: #434343;
    margin: 0 10px;
  }
  #app .bottomBox .bottomDetailBox {
    margin-top: 30px;
  }
  #app .bottomBox .bottomDetailBox .textDetail {
    color: #999999;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #434343;
  }
  #app .bottomIconBox {
    margin-top: 36px;
    display: flex;
    justify-content: center;
  }
  #app .bottomIconBox .findFault:nth-child(1) {
    margin-right: 38px;
  }
  #app .bottomIconBox .findFault:nth-child(1) img {
    width: 110px;
    height: 55px;
  }
  #app .bottomIconBox .findFault:nth-child(2) img {
    width: 54px;
    height: 66px;
  }
  #app.typeOld .oldShow {
    display: block;
  }
  #app.typeOld .oldHidden {
    display: none !important;
  }
  #app.typeOld .headerBox .nav {
    height: 60px;
  }
  #app.typeOld .headerBox .nav .options {
    display: flex;
    margin-right: 24px;
  }
  #app.typeOld .headerBox .nav .options .optionItem {
    font-size: 20px;
  }
  #app.typeOld .headerBox .nav .btnList {
    width: 292px;
    height: 32px;
  }
  #app.typeOld .headerBox .nav .btnList .btnItem {
    font-size: 20px;
    line-height: 32px;
  }
  #app.typeOld .headerBox .headerTabBox {
    height: 200px;
  }
  #app.typeOld .headerBox .headerTabBox .logo img {
    width: 348px;
    height: 90px;
  }
  #app.typeOld .headerBox .headerTabBox .tabBox {
    height: 200px;
    width: 480px;
    flex-wrap: wrap;
    position: relative;
  }
  #app.typeOld .headerBox .headerTabBox .tabBox .tabItem {
    padding: 0 12px;
    height: 65px;
    box-sizing: border-box;
    font-size: 26px;
  }
  #app.typeOld .headerBox .headerTabBox .tabBox .tabItem.select {
    border-bottom: #1492ff solid 7px;
  }
  #app.typeOld .headerBox .headerTabBox .btnList {
    height: 200px;
  }
  #app.typeOld .headerBox .headerTabBox .btnList .btnItem {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    width: 200px;
    height: 40px;
    opacity: 1;
    border-radius: 20px;
  }
  #app.typeOld .headerBox .headerTabBox .btnList .signOutOld {
    background: #F6AC15;
  }
  #app.typeOld .headerBox .headerTabBox .btnList .addIcon {
    background: #0474d8;
  }
  #app.typeOld .headerBox .searchBoxBg .searchBox {
    height: 62px;
  }
  #app.typeOld .headerBox .searchBoxBg .searchBox input {
    flex: 1;
    font-size: 18px;
    color: #999999;
    opacity: 1;
  }
  #app.typeOld .headerBox .searchBoxBg .searchBox .searchBtn {
    height: 62px;
    font-size: 24px;
    line-height: 62px;
  }
  #app.typeOld .bottomBox .bottomOptionBox {
    height: 138px;
  }
  #app.typeOld .bottomBox .bottomOptionBox .optionItem {
    color: #434343;
    margin: 0 10px;
    font-size: 30px;
    font-weight: bold;
  }
  #app.typeOld .bottomBox .bottomOptionBox .optionItem:nth-child(1) {
    font-size: 40px;
  }
  #app.typeOld .bottomBox .bottomDetailBox {
    margin-top: 30px;
  }
  #app.typeOld .bottomBox .bottomDetailBox .textDetail {
    color: #999999;
    text-align: center;
    font-size: 22px;
  }
  #app.typeOld .bottomIconBox {
    display: flex;
    justify-content: center;
  }
  #app.typeOld .bottomIconBox .findFault:nth-child(1) img {
    width: 110px;
    height: 55px;
  }
  #app.typeOld .bottomIconBox .findFault:nth-child(2) img {
    width: 54px;
    height: 66px;
  }
}
@media only screen and (max-width: 770px) {
  .phoneHidden {
    display: none !important;
  }
  .centerBox {
    background-color: transparent;
  }
  #app .headerBox {
    background: url(./phoneTopBg.png) 100% 100%;
    background-size: cover;
  }
  #app .headerBox .navBorder {
    background-color: transparent;
  }
  #app .headerBox .nav {
    width: 100%;
  }
  #app .headerBox .nav .options {
    width: 100%;
    justify-content: flex-end;
    height: 30px;
    display: flex;
  }
  #app .headerBox .nav .options .optionItem {
    font-size: 12px;
    margin: 2px;
    color: #fff;
  }
  #app .headerBox .headerTabBox .logo {
    margin: 25px auto;
    display: flex;
    justify-content: center;
  }
  #app .headerBox .headerTabBox .logo img {
    width: 260px;
    height: 68px;
  }
  #app .headerBox .headerTabBox .tabBox {
    height: 92px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #app .headerBox .headerTabBox .tabBox .tabItem {
    min-width: calc -6.6666666666667%;
    height: 34px;
    line-height: 34px;
    margin: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
  }
  #app .headerBox .headerTabBox .tabBox .tabItem.select {
    border-bottom: 3px solid #fff;
  }
  #app .headerBox .searchBoxBg {
    overflow: hidden;
  }
  #app .headerBox .searchBoxBg .searchBox {
    width: 310px;
    margin: 26px 0px 80px 0;
    height: 33px;
    background-color: #434343;
    display: flex;
  }
  #app .headerBox .searchBoxBg .searchBox input {
    flex: 1;
    font-size: 14px;
    color: #999999;
    opacity: 1;
    border: none;
  }
  #app .headerBox .searchBoxBg .searchBox .searchBtn {
    width: 52px;
    height: 33px;
    background-color: RGBA(255,172,0,1);
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 33px;
  }
  #app.typeOld .headerBox .nav .options .optionItem {
    font-size: 16px;
  }
  #app.typeOld .headerBox .headerTabBox .tabBox .tabItem {
    font-size: 20px;
  }
}
a{
	color: #000000;
}