html {
    height: 0;
    overflow: visible;
    font-family: Arial,'微软雅黑','Microsoft Yahei';
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    min-width: 1200px;
    background-color: #fff;
    padding-top: 10px;
    box-sizing: border-box;
    transform-origin: center 0;
    -webkit-transform-origin: center 0;
    -ms-transform-origin: center 0;
    -moz-transform-origin: center 0;
}
body, div, p, textarea, section, ul, iframe {
    scrollbar-face-color: #F3F3F3;
    scrollbar-arrow-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #C0C0C0;
    scrollbar-track-color: #F5F5F5;
}
body::-webkit-scrollbar, div::-webkit-scrollbar, p::-webkit-scrollbar, textarea::-webkit-scrollbar, section::-webkit-scrollbar, ul::-webkit-scrollbar, iframe::-webkit-scrollbar {
    width: 4px;
    height: 12px;
    -webkit-border-radius: 12px;
}
body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb, p::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb, section::-webkit-scrollbar-thumb, ul::-webkit-scrollbar-thumb {
    background: #6B747A;
    -webkit-border-radius: 12px;
}
body::-webkit-scrollbar-track, div::-webkit-scrollbar-track, p::-webkit-scrollbar-track, textarea::-webkit-scrollbar-track, section::-webkit-scrollbar-track, ul::-webkit-scrollbar-track {
    background: #F5F5F5;
}
ul, li, p {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.preview-wrap {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#phone-component {
    position: relative;
    display: inline-block;
    width: 332px;
    height: 678px;
    margin-left: 80px;
    margin-right: 80px;
    background-image: url('../../images/case/6s.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: top;
    z-index: 999;
}
.phone-head{
    position: absolute;
    top: 81px;
    left: 22px;
    width: 288px;
    height: 58px;
    background-image: url('../../images/case/phone-head.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.phone-head span{
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 14px;
    line-height: 25px;
    padding-left: 14px;
    background-image: url('../../images/case/left.png');
    background-size: auto 15px;
    background-repeat: no-repeat;
    background-position: left center;
}
.phone-content {
    position: absolute;
    top: 139px;
    left: 22px;
    width: 288px;
    height: 454px;
    overflow: hidden;
    background-color: #fff;
}
.preview-iframe {
    display: block;
    position: relative;
    width: 320px;
    height: 504px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    outline: none;
    border: none;
}
#phone-component .page::-webkit-scrollbar,
iframe::-webkit-scrollbar {
    width: 0;
    height: 0;
}
#phone-component .page.dialog-page {
    background-color: rgba(0,0,0,.5);
}
.nav-component {
    display: inline-block;
    width: 220px;
    margin-top: 55px;
    vertical-align: top;
    text-align: left;
}
.left-component{
    width: 250px;
    text-align: center;
}
.nav-component .box-title {
    color: #535353;
    font-size: 14px;
    margin-bottom: 15px;
}
.nav-component .box-title.title2{
    margin-top: 30px;
    margin-bottom: 15px;
}
.app-link-wrap input , .copy-link-wrap button{
    background-color: #fff;
    border: 1px solid #eee;
    color: #535353;
    width: 220px;
    height: 36px;
    font-size: 14px;
    outline: none;
}
.copy-link-wrap button {
    cursor: pointer;
}
.app-link-wrap input{
    width: 198px;
    height: 38px;
    padding: 0 10px;
    margin-bottom: 15px;
}
.nav-component .group-page-container {
    height: 400px;
    line-height: 32px;
    color: #fff;
    background-color: #fff;
    text-indent: 34px;
    border: 1px solid #eee;
    overflow-y: auto;
}
.nav-component .group-page-nav .group-nav {
    position: relative;
    background-color: #8d8d8d;
    cursor: pointer;
    line-height: 40px;
}
.nav-component .group-page-nav .group-nav:before {
    content: '';
    position: absolute;
    left: 6px;
    top: 7px;
    width: 24px;
    height: 22px;
    background-image: url('../../images/case/icons.png');
    background-repeat: no-repeat;
    background-size: auto 24px;
    background-position-x: -96px;
}
.nav-component .group-page-nav .group-nav:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 17px;
    display: block;
    width: 14px;
    height: 9px;
    background-image: url('../../images/case/down.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.nav-component .group-page-nav.active .group-nav:after {
    background-image: url('../../images/case/up.png');
}
.nav-component .group-page-nav .page-navs {
    display: none;
    background-color: #f4f4f4;
    color: #999;
    cursor: pointer;
}
.nav-component .group-page-nav .page-navs .page-nav {
    position: relative;
    line-height: 35px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.nav-component .group-page-nav.active .page-navs {
    display: block;
}
.nav-component .group-page-nav .page-navs .active{
    background-color: #ccc;
    color: #fff;
}
.nav-component .group-page-nav .page-navs li{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.nav-component .group-page-nav .page-navs li:hover {
    outline: 1px solid #ffb100;
    text-indent: 33px;
    border: 1px solid #ffb100;
    border-top: 0;
}
.nav-component .group-page-nav .page-navs .empty-group-tip {
    background-color: #fff!important;
    color: #666;
    text-align: center;
    text-indent: 0;
    cursor: default;
}
#preview-code {
    width: 180px;
    height: 180px;
}
.code-container {
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
}
.cata-phone-tab {
    display: inline-block;
    margin-right: 26px;
    margin-top: 147px;
    cursor: pointer;
}
.cata-phone-tab > div {
    padding: 14px 7px;
    width: 18px;
    margin-left: auto;
    margin-right: auto;
    color: #666;
    border: 1px solid #eee;
}
.cata-phone-tab > div.active {
    color: #fff;
    background: #8d8d8d;
    border: 1px solid #8d8d8d;
}
.phone-model {
    display: none;
}
.phone-model-list {
    color: #999;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
}
.phone-model-list li {
    margin-bottom: 5px;
    border: 1px solid #eee;
    cursor: pointer;
}
.phone-model-list li.active {
    color: #fff;
    background-color: #8d8d8d;
    border-color: #8d8d8d;
}
#phone-component.phone-6plus {
    width: 332px;
    height: 670px;
    background-image: url('../../images/case/6s.png');
}
#phone-component.phone-6plus .phone-head {
    top: 81px;
    left: 22px;
    width: 288px;
}
#phone-component.phone-6plus .phone-content {
    top: 139px;
    left: 22px;
    width: 288px;
    height: 446px;
}
#phone-component.phone-6plus .preview-iframe {
    width: 320px;
    height: 495px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
#phone-component.phone-5s {
    width: 312px;
    height: 648px;
    background-image: url('../../images/case/5s.png');
}
#phone-component.phone-5s .phone-head {
    top: 93px;
    left: 25px;
    width: 262px;
}
#phone-component.phone-5s .phone-content {
    top: 150px;
    left: 26px;
    width: 260px;
    height: 405px;
}
#phone-component.phone-5s .preview-iframe {
    width: 320px;
    height: 498px;
    transform: scale(0.8125);
    -webkit-transform: scale(0.8125);
    -ms-transform: scale(0.8125);
    -moz-transform: scale(0.8125);
}
#phone-component.phone-note4 {
    width: 340px;
    height: 665px;
    background-image: url('../../images/case/note4.png');
}
#phone-component.phone-note4 .phone-head {
    top: 56px;
    left: 16px;
    width: 306px;
}
#phone-component.phone-note4 .phone-content {
    left: 17px;
    top: 114px;
    width: 305px;
    height: 497px;
}
#phone-component.phone-note4  .preview-iframe {
    width: 320px;
    height: 521px;
    transform: scale(0.953215);
    -webkit-transform: scale(0.953215);
    -ms-transform: scale(0.953215);
    -moz-transform: scale(0.953215);
}
#phone-component.phone-p8 {
    width: 334px;
    height: 650px;
    background-image: url('../../images/case/p8.png');
}
#phone-component.phone-p8 .phone-head {
    top: 57px;
    left: 10px;
    width: 315px;
}
#phone-component.phone-p8 .phone-content {
    top: 115px;
    left: 10px;
    width: 315px;
    height: 480px;
}
#phone-component.phone-p8  .preview-iframe {
    width: 322px;
    height: 491px;
    transform: scale(0.978125);
    -webkit-transform: scale(0.978125);
    -ms-transform: scale(0.978125);
    -moz-transform: scale(0.978125);
}
#phone-component.phone-mi4 {
    width: 330px;
    height: 660px;
    background-image: url('../../images/case/mi4.png');
}
#phone-component.phone-mi4 .phone-head {
    top: 63px;
    left: 17px;
    width: 296px;
}
#phone-component.phone-mi4 .phone-content {
    top: 121px;
    left: 17px;
    width: 296px;
    height: 462px;
}
#phone-component.phone-mi4 .preview-iframe {
    width: 322px;
    height: 503px;
    transform: scale(0.91875);
    -webkit-transform: scale(0.91875);
    -ms-transform: scale(0.91875);
    -moz-transform: scale(0.91875);
}
#phone-component.ipad-air {
    width: 460px;
    height: 660px;
    background-image: url('../../images/case/ipad-air.png');
}
#phone-component.ipad-air .phone-head {
    top: 59px;
    left: 30px;
    width: 400px;
    height: 80px;
}
#phone-component.ipad-air .phone-head > span {
    top: 40px;
}
#phone-component.ipad-air .phone-content {
    top: 139px;
    left: 30px;
    width: 400px;
    height: 461px;
}
#phone-component.ipad-air .preview-iframe {
    width: 323px;
    height: 373px;
    transform: scale(1.2375);
    -webkit-transform: scale(1.2375);
    -ms-transform: scale(1.2375);
    -moz-transform: scale(1.2375);
}

.bottom-tab {
    margin-top: 78px;
    width: 36px !important;
    padding: 0 !important;
}
.bottom-tab > span {
    display: block;
    width: 36px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #aaa;
    cursor: pointer;
    background-color: #fff;
}
.bottom-tab > span:first-child {
    border-bottom: 1px solid #e7e7e7;
}
.bottom-tab a {
    display: inline-block;
    color: #aaa;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 1em;
}
.bottom-tab a > span {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 20px;
    vertical-align: top;
}

.icon-container {
    display: block !important;
    width: 22px !important;
    height: 22px;
    margin-left: 7px !important;
}
.icon-heart {
    background-image: url('../../images/case/heart.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.icon-earphone {
    background-image: url('../../images/case/earphone.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}