@font-face {
  font-family: "SF Pro Medium";
  src: url('https://i4im-web.oss-cn-shanghai.aliyuncs.com/css/sf-pro-display.ttf'), url('https://i4im-web.oss-cn-shanghai.aliyuncs.com/css/sf-pro-display.eto')
    /* src: url('/font/PingFang_Medium.ttf'),url('/font/PingFang_Medium.eto') */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  display: block;
  line-height: 1.5;
  font-family: "SF Pro Medium" !important;
  color: #1A051D;
  font-size: 14px;
  background: #fff;
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none;
}

select {
  /* appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;
  -ms-appearance:none; 
  outline:none;      */
  outline: none;
  border: none;
  -webkit-tap-highlight-color: #fff;
}

select::-ms-expand {
  display: none;
}

/*
* header
*/
.amole-header {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid rgba(225, 229, 232, 1);
  min-width: 1100px;
  /* overflow: hidden; */
}

.amole-header-content {
  width: 1100px;
  height: 100%;
  padding: 17px 0 13px;
  margin: 0 auto;
}

.amole-content {
  min-width: 1100px;
  min-width: auto;
  overflow: hidden;
}
.amole-content .content {
  position: relative;
  margin: 0 auto;
}
.amole-header-content .logo {
  width: 94px;
  height: 21px;
  margin-top: 7px;
  vertical-align: top;
  cursor: pointer;
}
.amole-header-content .logo:hover{
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
}
.amole-header-content .nva {
  display: inline-block;
  white-space: nowrap;
  margin-left: 63px;
  color: #818893;
}

.header-nva {
  display: none
}

.nva li {
  display: inline-block;
  list-style-type: none;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
  font-size: 16px;
}
.nva a.active{
  color:#3f60ee
}
.nva li:hover a{
  cursor: pointer;
  color: #3F60EF
}

.nva li a{
  text-decoration: none;
  color: #818893;
}

.nva li:not(:last-child) {
  margin-right: 25px
}

.nva .active {
  color: #3F60EF
}
.header-product{
  position: relative;
}

.header-product-list{
    background: #fff;
    width: 120px;
    position: absolute;
    left: -10px;
    border-top: 0;
    top: 34px;
    box-shadow: 1px 5px 10px #666;
    display: none;
    z-index: 2;
}
.header-product-list div{
  padding:0 10px
}
.header-product:hover .header-product-list,.header-product:hover .header-product-list div a{
  display: block;
  color: #818893;
}
.header-product:hover .header-product-list .active a{
  color: #3150da;
}
.header-product .header-product-list div:hover a,.header-product-list .active a{
  color: #3150da;
}

/*
 *字体
 */
.amole-font {
  font-size: 16px;
}

.amole-font-second {
  color: #818893;
}

/*
*按钮
*/
.amole-btn {
  padding: 6.5px 22px;
  height: 34px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 17px;
}

.amole-btn:hover {
  box-shadow: 0px 0px 10px rgba(167, 171, 178, 0.3);
}

.amole-btn.large {
  padding: 20px 44px;
  font-size: 16px;
  border-radius: 30px;
}

.amole-btn.primary {
  color: #fff;
  background: #3150da;
}

.amole-btn.primary:hover {
  color: #fff;
  background: #446aea;
}

.amole-btn.info {
  color: #3F60EF;
  background: #fff;
  border: 1px solid #3F60EF;
}

.amole-btn.info:hover {
  background: #d8defd
}

.amole-span {
  height: 34px;
  line-height: 34px;
}

.amole-btn.right {
  float: right;
}

.amole-span.right {
  float: right;
}

.margin-right45 {
  margin-right: 45px;
}


.amole-footer {
  position: relative;
  width: 100%;
  background: #1A051D;
  padding-bottom:114px;
}

.amole-footer-content {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
  overflow: hidden;
}

.amole-footer-table {
  display: inline-table;
  width: 650px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500
}

.amole-footer-table .table-header {
  font-size: 20px;
  height: 89px;
}

.amole-footer-table td {
  cursor: pointer;
 
}

/* ywl */


.amole-footer-table td a{
  text-decoration: none;
  color:#fff;
  transition:color 0.5s;
}

.amole-footer-table td a:hover{
  color:#ff410f;
}

.amole-footer-msg-content{
  display: inline-block;
  vertical-align: top;
  width: 450px;
}


/*输入*/
.amole-input {
  width: 280px;
  display: table;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}


.amole-input-label {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 0 5px;
}

.amole-input input {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 5px;
  font-size: 14px;
  width: 100%;
}

.amole-input-phoe-label {
  padding: 8px 8px;
  margin-right: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}

.amole-select {
  width: 280px;
  display: table;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.amole-select select {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 5px;
}


.amole-textare {
  width: 812px;
  height: 169px;
  position: relative;
  vertical-align: bottom;
  font-size: 14px;
}

.amole-textare textarea {
  resize: none;
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}

.copyright {
  position: absolute;
  bottom: 44px;
  left: 50%;
  margin-left: -400px;
  width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

/* ywl重构样式 */

.nav-icon {
  display: none;
}

.pop {
  display: none;
}

.mobile-footer {
  display: none;
}

.banner{
  background:url('../images/banner-01.png') no-repeat 20% center;
  background-size: cover;
  
}





@media screen and (max-width: 450px) {
  .amole-header {
    padding: 0 .2rem;
    min-width: auto;
    height: auto;
    overflow: hidden;
  }
  
  .banner{
    background-size:100% 100%;
  }
  .banner div:nth-child(2){
    text-align: center;
  }

  .amole-header-content {
    /* display: flex; */
    width: 100%;
  }

  .amole-header-content .nva {
    display: none
  }

  .amole-header-content span:last-child {
    display: none
  }

  .header-nva {
    display: block;
    width: 100%;
    height: .5rem;
    white-space: nowrap;
    overflow-y: scroll;
  }

  .header-nva span {
    padding: 0 .1rem
      /* display: inline-block; */
  }

  .amole-footer-content {
    width: 100%;
    height: auto;
    padding: .2rem;
  }

  .amole-footer-table {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: .24rem;
    line-height: .6rem;
    font-weight: 500
  }

  .amole-footer-table .table-header {
    font-size: .4rem;
    height: 1.6rem;
  }

  .amole-footer-table td {
    cursor: pointer;
  }

  .amole-textare {
    width: 100%;
  }

  .amole-btn {
    padding: .12rem .4rem;
    height: .68rem;
    text-align: center;
    font-size: .28rem;
    cursor: pointer;
    border-radius: .34rem;
    white-space: nowrap;
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none;
  }

  .amole-btn:hover {
    box-shadow: 0px 0px .1rem rgba(167, 171, 178, 0.3);
  }

  .amole-btn.large{
    padding: .4rem .8rem;
    font-size: .32rem;
    border-radius: .6rem;
  }

  .copyright {
    position: static;
    display: block;
    margin: 1.5rem 0;
    left: auto;
    width: 100%;
  }


  /* ywl 重构样式 */
  .amole-btn.right {
    display: none;
  }

  .amole-span.right {
    display: none;
  }

  .nav-icon {
    display: block;
    float: right;
    margin-right: 0.48rem;
    /* margin-top: 0.16rem; */
    box-sizing:content-box;
    padding:0.2rem 0.5rem;
    /* padding-bottom:0; */
    margin-top:-0.06rem;
    margin-right: -0.28rem;
  }

  .pop {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    top: 0px;
    text-align: center;
  }

  /* ywl定义清楚浮动的原子类 */
  .clear::after {
    content: '.';
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
  }

  .pop-img {
    float: right;
    margin-right: 0.54rem;
    margin-top: 0.58rem;
  }

  .pop a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-top: 0.8rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
    width: 100%;

  }

  .pop a:nth-child(2) {
    margin-top: 1.5rem
  }

  .pop-underline {
    padding-bottom: 1px;
    display: inline-block;
    border-bottom: 3px solid #fff;
    vertical-align: middle;
  }

  /* ywl底部栏 */


  .mobile-footer {
    width: 100%;
    background: #1A051D;
    margin-top: 20px;
    padding: 0 0.5rem;
    display: block;
    padding-bottom: 0.8rem;
  }

  .mobile-footer>div {
    margin: 0 auto;
    margin-bottom: 26px;
    
  }
  .mobile-footer>div div,.mobile-footer>div ul{
    position: relative;
  }

  .mobile-footer>div ul{
    z-index: 1;
    overflow: hidden;
  }

  .mobile-footer>div div{
    background: #1A051D;
    z-index: 10;
  }

  .foot-title h1 {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    padding-top: 16px;

  }

  .foot-title h1 {
    float: left;
  }

  .foot-title img {
    float: right;
    margin-top: 18px;
    /* animation: nav_img 1s infinite;
    transform: translateY(-8px);  */
  }

  .rotate-img {
    transition: all 0.5s;
    transform: rotate(180deg);
  }

  .rotate-img1 {
    transition: all 0.5s;
    transform: rotate(0deg);
  }


/*   
  @-webkit-keyframes nav_img {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }

    50% {
      opacity: 1;
      transform: translateY(4px);
    }

    100% {
      opacity: 0;
      transform: translateY(-8px);
    }
  }

  @-moz-keyframes nav_img {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }

    50% {
      opacity: 1;
      transform: translateY(4px);
    }

    100% {
      opacity: 0;
      transform: translateY(-8px);
    }
  }

  @-o-keyframes nav_img {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }

    50% {
      opacity: 1;
      transform: translateY(4px);
    }

    100% {
      opacity: 0;
      transform: translateY(-8px);
    }
  }

  @keyframes nav_img {
    0% {
      opacity: 0;
      transform: translateY(0px);
    }

    50% {
      opacity: 1;
      transform: translateY(4px);
    }

    100% {
      opacity: 0;
      transform: translateY(-8px);
    }
  } */
  .active{
    animation:li_down 0.3s ease-out;
    /* transition: all 0.3s; */
    animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
  
  }

  @keyframes li_down{
    0%{
     height:0;
     opacity: 1;
    }

    100%{
      height:108px;
      opacity: 1;
    }
}
.closed{
  animation:li_up 0.3s ease-out;
  animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;

}

@keyframes li_up{
  0%{
    height:108px;
    opacity: 1;
  }

  100%{
    height:0px;
    opacity: 1;
  }
}

 



  .mobile-footer ul li {
    list-style: none;
    color: #fff;
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.72rem;
    width: 100%;
  }

  .mobile-footer ul li a{
    text-decoration: none;
    color:#fff;
    width: 100%;
    display: inline-block;
  }

  .mobile-footer ul {
    display: none;
  }

  .amole-footer {
    display: none;
  }

  .mobile-footer .foot-copy {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.8rem;

  }

  .foot-copy p {
    font-size: 0.26rem;
    font-weight: 400;
    line-height: 0.4rem;
    color: #fff;
    text-align: center;


  }

}


/* ywl解决iphone5页面布局问题 */

@media screen and (max-width: 320px) {
  .pop-spec {
    margin-left: 1.5rem;
  }

  .pop a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-top: 0.8rem;
    font-size: 18px;
    font-weight: 400;
    line-height: 0.6rem;

  }
}


.yg-partner-content{
  position: relative;
  width: 100%;
  height: 300px;;
  margin:69px 0 75px 0px;
}
.yg-partner-content>.title{
  margin: 0 auto;
  height: 68px;
  line-height: 68px;
  font-size: 36px;
  color:#fff;
  text-align: center;
  white-space: nowrap;
}
.title-diver{
  position: absolute;
  top:70px;
  left: 50%;
  margin-left:-25px;
  width: 50px;
  height: 4px;
  background: #fff;
  overflow: hidden;
  border-radius: 3px;;
}
.yg-partner-content img{
  position: absolute;
}

.amole-footer-phone{
  display: inline-block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border:1px solid #fff;
  padding:11px 0;
  margin-right: 8px;
}
.amole-footer-qrcode{
  display: inline-block;
  width: 141px;
  height: 141px;
  margin-right: 20px;
}
.amole-footer-phone img{
  display: block;
  width: 20px;
  height: 19px;
  margin:0 auto;
}
.amole-footer-phone-msg{
  vertical-align: top;
  display: inline-block;
  width: 400px;
  font-size: 14px;
  color: #fff;;
}
.amole-footer-phone-msg .msg-item{
  margin-bottom: 18px;
}
.amole-footer-phone-msg .msg-item img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.copyright-href{
  text-decoration: none;
  color: #fff;
    font-size: 14px;
}