/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
/* -----------页面通用------------- */
div#main{
background:#fff;
}
/* h1~h4的设置 */
.helvetica-neue-websave{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
html{
  font-size: 10px;
}
span.avia_iconbox_title{
  font-size: 1.6rem;
}
h1{
  font-size: 4.6rem;
  font-weight: bold;
}
.avia_textblock h1{
  margin-top: 96px;
}
.template-page .entry-content-wrapper h1{
  text-transform: none;

}
.avia_textblock h3{
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.avia_textblock h4{
  margin-top: 10%;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
}
.avia_textblock h6{
  color: #8a8f9b !important;
  font-weight: normal;
  margin: 18px 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.main_color a{
  text-decoration: none;
}
.main_color article h1, .main_color article h2, .main_color article h3, .main_color article h4, .main_color article h5, .main_color article h6,.main_color article b,.main_color article strong {color: #333;}
/* 最后一个section清除左浮动 */
#last_section{
  float:none;
}
/* 图片和内容交错行左浮动 */

#img-content-section .flex_column:first-child,#img-home-section .flex_column:first-child{
  float: right;
  margin-right: 0;
  margin-left: 6%;
}
#img-content-section .flex_column:last-child,#img-home-section .flex_column:last-child{
  float: left;
  margin-left: 0;
}

/* ----------------导航-------------------- */
#menu-item-search{
  display: none;
}

.av-main-nav > li > a{
  /*padding: 0 15px;*/
  /*newtips*/
  padding:0 25px;
  font-weight: normal;
  font-size: 15px;
}
.av-main-nav > li > a:hover{
  /*background:rgba(0,0,0,.2);*/
  /*newtips*/
}
#top #header_main .av-main-nav > li > a:hover{
  color:#4785ff;
}
.header_color .main_menu ul:first-child > li.current_page_item > a ,.current-menu-item >a ,#menu-item-137.active a{
  border-bottom: 2px solid #4785ff;
}
#menu-item-137.active a span{
  color: #fff;
  font-weight: bold;
}
.header_color .main_menu ul:first-child > li > a {
  color: #242c43;
}
.header_color .main_menu ul:first-child > li.current-menu-item > a, 
.header_color .main_menu ul:first-child > li.current_page_item > a {
  color: #4784ff;
}
.footer_color,
footer.socket_color,
#cb_link_en, 
#cb_link_zh {
  background-color: #f6f9ff;
  background: url(https://admin.clonbrowser.com/wp-content/uploads/2023/03/foot-bg.png);
  background-size: cover;
  background-position: bottom center;
}
#footer{
  padding: 40px 0 20px;/*newtips*/
}

#socket .container {

}


/* 中英繁切换 */
#menu-item-122-zh,#menu-item-122-en,#menu-item-122-tw,#menu-item-102-zh,#menu-item-102-en,#menu-item-102-tw,#menu-item-134-zh,#menu-item-134-en,#menu-item-134-tw,#menu-item-102-ru,#menu-item-102-es,#menu-item-122-es,#menu-item-122-ru,#menu-item-134-ru,#menu-item-134-es{
  display: none;
}

#menu-item-122-zh a,#menu-item-122-en a,#menu-item-122-tw a,#menu-item-102-zh a,#menu-item-102-en a,#menu-item-102-tw a,#menu-item-134-zh a,#menu-item-134-en a,#menu-item-134-tw a{
  border-bottom-width: 0; 
  color: #fff;
  font-weight: bold;
}
#menu-item-122-zh a:after,#menu-item-122-en a:after,#menu-item-122-tw a:after,#menu-item-102-zh a:after,#menu-item-102-en a:after,#menu-item-102-tw a:after,#menu-item-134-zh a:after,#menu-item-134-en a:after,#menu-item-134-tw a:after{
  /*content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #fff;
  margin-left: 4px;*/

} 

#jump{
  position: absolute;
  z-index: 502;
  margin-left: 216px;
  top: 0;
  background: #fff;
}
/*newtips*/
/*#jump #hood{
  width: 150px;
  height: 66px;
  position: relative;
  z-index:502;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
#jump #hood:hover{
  background: rgba(0,0,0,.2);
  
}

#hood:after{
content: "";
display: inline-block;
border: 5px solid transparent;
border-top-color: #fff;
margin-left: 4px;
vertical-align: -3px;
}*/

#jump #lang{
  width: 100px;
  height: 66px;
  position: relative;
  z-index:502;
  /*font-weight: bold;*/
  cursor: pointer;
  text-align: center;
  display: block;
  text-decoration: none;
  color:#242c43;
  font-size: 15px;
}
#jump #lang:hover{
  color: #4785ff;
  text-decoration: none;
}
#lang:before{
  content: "";
  display: inline-block;
  margin-right: 10px;
  vertical-align: -4px;
  background: url(https://admin.clonbrowser.com/wp-content/uploads/2023/03/lang-icon.png);
  width: 20px;
  height: 20px;
}
#jump .hide{
  display: none;
}
#jump #jump_link{
  width: 150px;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow:0 6px 12px rgba(0, 0, 0, .175);
  background: #fff;
  margin: 0;
  padding: 5px 0 ;
  position: relative;
  z-index: 502;
}
#jump #jump_link a{
  padding-left:10px;
  display: block;
  color: #333;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
}
#jump #jump_link a:hover{
  background: #ebeef5;
}


/* -----------首页-------------- */
#home_banner{
  padding-top:96px;
padding-bottom:80px;
}

 #main #home_banner .avia-color-theme-color{
  color: #236bf9;
  background: #ffe539;
  border-color:#ffe539;
  padding:.8rem 4rem;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 4px 4px 0 #ff9300;
}
 #main #home_banner .homebanner_descrip span{
font-size:55px;
line-height:80px;
font-weight:bold;
}
#main #home_banner .homebanner_descrip span:nth-child(2){
font-weight:normal;
}
#home_one_bottom{
padding-bottom:96px;
}
#ind-section3{
  background-size: 100% auto;
}
#ind-section3 .av_one_third,#ind-section3 .avia-button-wrap{
  opacity: 0;
}
#ind-section3 .av_one_third:nth-child(1).ind-section3-left{
  animation: ind-section3-left 1s linear 0.5s forwards;;
}
#ind-section3 .av_one_third:nth-child(2).ind-section3-center{
  animation: ind-section3-center 1s linear 0.5s forwards;;
}
#ind-section3 .av_one_third:nth-child(3).ind-section3-right{
  animation: ind-section3-right 1s linear 0.5s forwards;;
}
#ind-section3 .avia-button-wrap.ind-section3-center{
  animation: ind-section3-center 1s linear 0.5s forwards;;
}
@keyframes ind-section3-left{
  0%{
    transform: translateX(-450px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ind-section3-center{
  0%{
    transform: translateY(200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ind-section3-right{
  0%{
    transform: translateX(450px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}
#ind-section3 a{
  margin-bottom: 96px;
  color: #236bf9 !important;
  background: #ffe539;
  border-color:#ffe539;
  padding:.7rem 3rem;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 4px 4px 0 #ff9300;
}
#top #ind-section3 a{
  border-color: #ffe539;
}
#ind-section4{
  float: none;
  padding-bottom: 96px;
}
#ind-section4 .flex_column{
  border: 2px solid #236bf9;
}
#ind-section4  h6{
  margin:5px 0;
  color: #4e5466;
  font-size: 12px;
}
.template-page .entry-content-wrapper h2{
  text-transform: capitalize;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 40px 0 30px;
}
#ind-section4 p:first-child{
  font-size: 5rem;
  font-weight: bold;
  padding: 30px 0 0;
  margin: 0;
}
#ind-section4 p:nth-child(2){
  font-weight: bold;
  font-size: 16px;
}
#ind-section4 p sup{
  font-size: 24px;
  font-weight: normal;
}
#ind-section4 section:nth-child(2) .avia_textblock{
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  background: linear-gradient(to right,  #7c99ef 0%,#9c7cf0 98%);
  border-radius: 50%;
}
#ind-section4 section:nth-child(3){
  height: 200px;
}
#ind-section4 .av_one_fourth{
  width: 23%;
  margin-left: 2%;
}
#ind-section4 a{
  font-size: 20px;
}
#ind-section4 .av_one_fourth:hover a{
opacity:1;
}
#ind-section4 .av_one_fourth a{
  width: 80%;
  font-size: 15px;
  height: 42px;
  line-height: 25px;
  margin-bottom: 50px;
opacity:0;
}
#ind-section4 p span{
  font-size: 15px;
  background: #ffe8ec;
  padding: 10px;
  color: #ff617f;
}
#ind-section4 .avia-builder-el-64{
  margin-top: 30px;
}
#ind-section4 .price_content .icon{
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #d9f5f2;
}
#ind-section4 .flex_column:nth-child(2) .price_content .icon{
  background: #d4eeff;
}
#ind-section4 .flex_column:nth-child(3) .price_content .icon{
  background: #d4dfff;
}
#ind-section4 .flex_column:nth-child(4) .price_content .icon{
  background: #e8d4ff;
}
#ind-section4 .flex_column .price_content .icon i{
  display: block;
  width: 100%;
  height: 100%;
}
#ind-section4 .flex_column:nth-child(1) .price_content .icon i{
  background: url(https://www.clonbrowser.com/wp-content/uploads/2020/07/novice1.png) no-repeat center;
}
#ind-section4 .flex_column:nth-child(2) .price_content .icon i{
  background: url(https://www.clonbrowser.com/wp-content/uploads/2020/07/group2.png) no-repeat center;
}
#ind-section4 .flex_column:nth-child(3) .price_content .icon i{
  background: url(https://www.clonbrowser.com/wp-content/uploads/2020/07/team3.png) no-repeat center;
}
#ind-section4 .flex_column:nth-child(4) .price_content .icon i{
  background: url(https://www.clonbrowser.com/wp-content/uploads/2020/07/scale4.png) no-repeat center;
}
#ind-section4 .flex_column:nth-child(1) section:nth-child(2) .avia_textblock{
  background:linear-gradient(to top,  #f46ae2 0%,#9360f0 98%);
}
#ind-section4 .flex_column:nth-child(2) section:nth-child(2) .avia_textblock{
  background:linear-gradient(to top,  #be6af4 0%,#8657ff 98%);
}
#ind-section4 .flex_column:nth-child(3) section:nth-child(2) .avia_textblock{
  background:linear-gradient(to top,  #885afd 0%,#576bff 98%);
}
#ind-section4 .flex_column:nth-child(4) section:nth-child(2) .avia_textblock{
  background:linear-gradient(to top,  #576aff 0%,#57baff 98%);
}
#ind-section4 .flex_column{
  opacity: 0;
}
#ind-section4 .flex_column:nth-child(1).price_rotate{
  animation: price_rotate 1s linear 0.5s forwards;
}
#ind-section4 .flex_column:nth-child(2).price_rotate{
  animation: price_rotate 1s linear 1s forwards;
}
#ind-section4 .flex_column:nth-child(3).price_rotate{
  animation: price_rotate 1s linear 1.5s forwards;
}
#ind-section4 .flex_column:nth-child(4).price_rotate{
  animation: price_rotate 1s linear 2s forwards;
}
@keyframes price_rotate{
  0%{
    transform: rotateY(180deg);
    opacity: 0;
  }
  100%{
    transform: rotateY(0);
    opacity: 1;
  }
}



#home_content_top .av_one_half:nth-child(2),
#home_content_top .av_one_half:nth-child(3),
#img-home-section .av_one_half:nth-child(2),
#img-home-section .av_one_half:nth-child(1),
#home_one_bottom .av_one_half:nth-child(1),
#home_one_bottom .av_one_half:nth-child(2){
  opacity: 0;
}
#home_content_top .av_one_half:nth-child(2).text_left_top_left{
  animation: block_left 1s linear 0.5s forwards;
}
#home_content_top .av_one_half:nth-child(3).text_left_top_right{
  animation: block_right 1s linear 0.5s forwards;
}
#img-home-section .av_one_half:nth-child(2).text_right_middle_left{
  animation: img_left 1s linear 0.5s forwards;
}
#img-home-section .av_one_half:nth-child(1).text_right_middle_right{
  animation: block_left 1s linear 0.5s forwards;
}
#home_one_bottom .av_one_half:nth-child(1).text_left_bottom_left{
  animation: block_left 1s linear 0.5s forwards;
}
#home_one_bottom .av_one_half:nth-child(2).text_left_bottom_right{
  animation: block_right 1s linear 0.5s forwards;;
}
@keyframes block_left{
  0%{
    transform: translateY(300px);
    opacity: 0;
  }
  100%{
    transform: translateY(0);
    opacity: 1;

  }
}
@keyframes block_right{
  0%{
    transform: translateX(300px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;

  }
}
@keyframes img_left{
  0%{
    transform: translateX(-300px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;

  }
}


/* 应用场景 */
#last_section{
    padding-bottom:100px;
}
#use-cases-banner{
  height:234px;
}
#use-cases-banner h1{
margin-top:60px;
}
#use-cases-section1{
  padding-top: 100px;
}
#use-cases-content{
height:794px;
padding-top:8%;
}
#uses-cases-content{
float:none;
padding-bottom:60px;
}
#uses-cases-content .template-page{
background:#fff;
box-shadow:0 4px 15px rgba(36, 44, 67, .125);
padding-left:50px !important;
padding-right:50px;
box-sizing:border-box;
}
#uses-cases-content .container .av_one_full h4{
font-weight:normal;
margin-top:0;
}
/* 应用场景页面 */
#use-cases-last{
  float: none;
  padding-bottom: 90px;
}
#use-cases-last .flex_column:first-child{
  float: right;
  margin-right: 0;
  margin-left: 6%;
}
#use-cases-last .flex_column:nth-child(2){
  float: left;
  margin-left: 0;
}

#use-cases-content h1{
  line-height: 50px;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
 #main #use-cases-content .avia-color-theme-color{
  color: #236bf9;
  background: #ffe539;
  border-color:#ffe539;
  padding:.8rem 4rem;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 4px 4px 0 #ff9300;
}

#uses-cases-three .av_one_third{
  padding: 24px;
  background: #fff;
  margin-top: -130px;
  box-shadow:0 4px 15px rgba(36, 44, 67, .125);
  width:32%;
  margin-left:2%;
}
#uses-cases-three .av_one_third.first{
margin-left:0;
}
#uses-cases-three h4{
  color: #212529;
}
/* 联系我们 */
#contact_us_banner{
  height: 234px;

}
#contact_us_banner h1{
  text-transform: none;
  margin-top: 60px;
}
#contact_us_content{
float:none;
}
#contact_us_content .template-page{
  background: #fff;
  margin-top: -72px;
  margin-bottom: 72px;
  padding: 36px;
}

#google-map{
  height: 450px;
  float:none;
}
#contact_us_content .template-page{
    padding:0;
    background:transparent;
}
#contact_us_content .template-page .flex_column{
    background: #fff;
    padding: 50px 10px;
    word-wrap:break-word
}
body #contact_us_content .template-page .flex_column.column-top-margin{
    margin-top: 15px;
}
#contact_us_content .av_one_fourth{
    margin-left:1%;
    width: 24%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
#contact_us_content .template-page .flex_column section.av_textblock_section:nth-child(2){
    height: 58px;
}
#contact_us_content .template-page .flex_column section.av_textblock_section:nth-child(3){
    height: 68px;
}
#contact_us_content .template-page .flex_column section.av_textblock_section:nth-child(3) p{
    margin-top: 30px;
    margin-bottom: 0;
    color: #999;
}
/* 帮助中心 */
#help-center-banner{
  height: 134px;
}
#help-center-content{
  float: none;
}
#help-center-content section:first-child p{
  font-weight: bold;
}
#help-center-content .av_one_third  {
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
#help-center-content .flex_column_table:not(:first-child){
  margin-top: 30px !important;
}
#help-center-content .flex_column:first-child,#help-center-content .flex_column:nth-child(2),#help-center-content .flex_column:nth-child(3){
min-height:220px;
}

/* 帮助文章 */
#top .widget_nav_menu ul ul li:before{
  display: none;
}
#help-center-article .container{
  box-shadow: 0 4px 15px rgba(36, 44, 67, .125);
}
#top .content .flex_column .widget_nav_menu li:first-child{
  border-top-width: 0;
}
#top .content .flex_column .widget_nav_menu li{
  border-top-width: 0;
  border-bottom-width: 0;
}
#top .widget_nav_menu ul.sub-menu{
  padding-left: 20px;
}
#menu-help-left-nav-zh>li>a::before,#menu-help-left-nav-en>li>a::before,#menu-help-left-nav-tw>li>a::before{
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #13096a;
  margin-right: 5px;
}
#menu-help-left-nav-zh>li>a.change::before,#menu-help-left-nav-en>li>a.change::before,#menu-help-left-nav-tw>li>a.change::before{
  content: '';
  display: inline-block;
  border: 5px solid transparent;
  border-top-color: #13096a;
  margin-right: 5px;
}
#menu-help-left-nav-zh li a ,#menu-help-left-nav-en li a ,#menu-help-left-nav-tw li a {
  color: #13096a;
}
#menu-help-left-nav-zh li a:hover ,#menu-help-left-nav-en li a:hover ,#menu-help-left-nav-tw li a:hover {
  color: #236bf9;
}
.av_four_fifth h5{
  font-size: 2.2rem;
  font-weight: bold;
  color: #212529;
}
.av_four_fifth h6{
  font-size: 16px;
  color: #212529 !important;
}
.avia-post-nav.without-image{
  display: none;
}
#help-center-article .container{
  margin-top: -72px;
  background: #fff;
}
#help-article-banner{
  height: 134px;
}
#help-article-clear{
  float: none;
}
#menu-help-left-nav-zh ul.sub-menu,#menu-help-left-nav-en ul.sub-menu,#menu-help-left-nav-tw ul.sub-menu{
  display: none;
}
#menu-help-left-nav-zh ul.sub-menu.in,#menu-help-left-nav-en ul.sub-menu.in,#menu-help-left-nav-tw ul.sub-menu.in{
  display: block;
}
#menu-help-left-nav-zh ul.sub-menu.in~a::before,#menu-help-left-nav-en ul.sub-menu.in~a::before,#menu-help-left-nav-tw ul.sub-menu.in~a::before{
  border-left-color: transparent;
}
#menu-help-left-nav-zh li.current-menu-ancestor .current-menu-item a,#menu-help-left-nav-en li.current-menu-ancestor .current-menu-item a,#menu-help-left-nav-tw li.current-menu-ancestor .current-menu-item a{
  color: #236bf9;
  font-weight: normal;
}
#menu-help-left-nav-zh li.current-menu-ancestor>a::before,#menu-help-left-nav-en li.current-menu-ancestor>a::before,#menu-help-left-nav-tw li.current-menu-ancestor>a::before{
  border-left-color: transparent;
  border-top-color: #13096a;
}
#top .widget_nav_menu .current-menu-ancestor > ul.in{
  display: none;
}
#menu-help-left-nav-tw>li.current-menu-ancestor>a.change::before,#menu-help-left-nav-en>li.current-menu-ancestor>a.change::before,#menu-help-left-nav-zh>li.current-menu-ancestor>a.change::before{
  border-left-color: #13096a;
  border-top-color: transparent;
}

#help-center-article .av_four_fifth  {
  border-left: 2px solid #e1e4ed;
  padding-left: 3%;
  margin-left: 3%;
}
/* 登录 */
#login_img{
  position: fixed;
  top: 0;
}
#login_img a.avia_image{
  margin-top: 17px;
}
#login{
  float: none;
}
#login  .login-wrap .register-left{
  position: absolute;
  width: 360px;
  height: 100%;
  background-image: url(../images/bannerbg.png);
}
.login-wrap .box-card {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 460px;
  background-color: #fff;
  -webkit-box-shadow:  0 4px 15px rgba(36, 44, 67, .125);
  box-shadow:  0 4px 15px rgba(36, 44, 67, .125);
  padding: 7rem;
}
#login .login-wrap .box-card h1.title{
  color: #236bf9;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 30px;
}
#login .login-wrap .box-card label{
  font-size: 16px;
}
#login .login-wrap .box-card .form-control{
  height: 44px;
  color: #242c43;
  background-color: #fff;
  border: 2px solid #dadde6;
  border-radius: 4px;
}
#login .login-wrap .box-card .form-control:focus{
  outline: #236bf9;

}
#login .login-wrap .box-card #submit{
  width: 100%;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
}
#login .login-wrap .box-card .text{
  margin-top: 20px;
}
#login .login-wrap .box-card .text a{
  color: #1c4ddf;
}
/* 注册 */
#login .register-wrap .box-card .form-control:focus{
  border: 2px solid #236bf9;
}
#login  .register-wrap .register-left{
  position: absolute;
  width: 360px;
  height: 100%;
  background-image: url(../images/bannerbg.png);
  padding: 120px 36px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
}
.register-outer{
  margin: 0 auto;
  max-width: 840px;
}
.register-outer:after{
  content: '';
  display: block;
  clear: both;
}
.register-wrap .box-card {
  position: relative;
  left: 360px;
  display: block;
  max-width: 460px;
  background-color: #fff;
  -webkit-box-shadow:  0 4px 15px rgba(36, 44, 67, .125);
  box-shadow:  0 4px 15px rgba(36, 44, 67, .125);
  padding: 7rem;
}
#login .register-wrap .box-card h1.title{
  font-weight: bold;
  color: #236bf9;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 30px;
}
#login .register-wrap .box-card label{
  font-size: 16px;
}
#login .register-wrap .box-card .form-control{
  height: 44px;
  color: #242c43;
  background-color: #fff;
  border: 2px solid #dadde6;
  border-radius: 4px;
}
#login .register-wrap .box-card .form-control:focus{
  outline: #236bf9;

}
#login .register-wrap .box-card #submit{
  width: 100%;
  height: 44px;
  border-radius: 4px;
  font-size: 16px;
  background: #3ac277;
}
#login .register-wrap .box-card .text{
  margin-top: 20px;
}
#login .register-wrap .box-card .text a{
  color: #1c4ddf;
}
/* -------------download---------------- */
#download_banner{
    height:234px;
  }
#download_banner h1{
  margin-top:60px;
}
#download_content{
    float:none;
}
#download_content .template-page{
  background:#fff;
  margin-top:-72px;
  box-shadow:0 5px 10px rgba(0,0,0,.1);
}
#top #main #download_content .entry-content-wrapper {
  padding: 0 10%;
}
#wrap_all #download_content .av_one_full img{
    width: 60%;
    display: block;
    margin: 0 auto;
}
#wrap_all #download_content .avia_textblock p{
    margin: 0;
    color: #666;
}
#top #download_content .avia-button-fullwidth{
    margin-top: 20px;
}
#wrap_all #download_content a span{
    font-weight: bold;
}
#wrap_all #download_content .flex_column .avia-button-wrap:nth-child(2) a:hover{
    background: #236bf9 !important;
    opacity: 1;
}
#wrap_all #download_content .flex_column{
  padding-left: 30px;
}
#wrap_all #download_content .flex_column.av_one_third .avia-image-container{
  position: absolute;
  top: 5px;
  left: -4px;
}
#wrap_all #download_content .flex_column .avia-button-wrap:nth-child(4) a{
  margin-top: 30px;
  padding-left: 5px;
}
#wrap_all #download_content .flex_column .avia-button-wrap:nth-child(4) a:hover span{
  color: #236bf9 !important;
}
#wrap_all #download_content .flex_column .av_textblock_section p::before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 3px;
  background: #999;
}
body #download_content div .first{
  padding-right: 2%;
  margin-left: 2%;
}
#download_content div .av_one_third{
  margin-left: 2%;
}
#wrap_all #download_content .flex_column:nth-child(2),
#wrap_all #download_content .flex_column:nth-child(3){
  border-right: 1px solid #ccc;
}

/* ---------------------terms--------------------- */
#terms_content{
  float:none;
}
#terms_content .avia_textblock{
padding:0 50px;
}
#terms_content .template-page{
background:#fff;
margin-top:-72px;
box-shadow:0 5px 10px rgba(0,0,0,.1);
}
#terms_content h4{
  margin-top: 0;
  margin-bottom: 15px;
}
#terms_content .template-page h5{
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 8px;
}
#terms_content .template-page h5 strong{
  color: #236bf9;
}
/*---------------价格----------------*/
#price_content{
 float:none;
}
#price_content .template-page{
    padding:0;
    margin-top:-72px;
    margin-bottom:72px;
}
#price_content .template-page .flex_column{
    background:#ebeef5;
    margin-top:0;
}
#price_content .template-page .flex_column.av_one_full{
    margin-top:50px;
    margin-bottom:20px;
}
#price_content .template-page .flex_column:nth-child(1),#price_content .template-page .flex_column:nth-child(2),#price_content .template-page .flex_column:nth-child(3),#price_content .template-page .flex_column:nth-child(4){
    box-shadow:0 0 10px rgba(0,0,0,.1);
background:#fff;
margin-top:10px;
}

#price_content .price_content{
    text-align:center;
}

#price_content .price_content .price_intro{
    height:227px;
    margin:25px 20px 85px;
}
#price_content .price_content .price_intro p{
text-align:left;
    border-bottom:1px solid #eee;
    padding-bottom:8px;
}
#price_content .price_content .price_intro p:last-child{
border-bottom:none;
}
#price_content .price_content .price_intro p:before{
        content: '';
    display: inline-block;
    width: 6px;
    height: 10px;
    border-right: 2px solid #35d2ad;
    border-bottom: 2px solid #35d2ad;
    transform: rotate(45deg);
    margin-right: 10px;
}
#price_pay{
float:none;
}
#price_pay .container{
max-width:900px;
}
#price_pay .container .payline{
text-align:center;
}
#price_pay .container .payline:nth-child(2){
filter: grayscale(100%);
filter: gray;
}
#price_pay .container h5{
color:#333;
text-align:center;
font-size:26px;
margin:20px 0;
}
#price_pay .container img{
width:14.2%;
margin:1%;
}
#price_content .price_content .icon{
    width:100%;
    height:150px;
    background:#d9f5f2;
}
#price_content .price_content .icon i{
    display:block;
    width:100%;
    height:100%;
    background:url(https://www.clonbrowser.com/wp-content/uploads/2020/07/novice.png);
    background-repeat:no-repeat;
    background-position:center;
}
#price_content .template-page .flex_column:nth-child(2)  .icon {
    background:#d4eeff;
}
#price_content .template-page .flex_column:nth-child(3)  .icon {
    background:#d4dfff;
}
#price_content .template-page .flex_column:nth-child(4)  .icon {
    background:#e8d4ff;
}
#price_content .template-page .flex_column:nth-child(2)  .icon i{
    background:url(https://www.clonbrowser.com/wp-content/uploads/2020/07/group.png);
    background-repeat:no-repeat;
    background-position:center;
}
#price_content .template-page .flex_column:nth-child(3)  .icon i{
    background:url(https://www.clonbrowser.com/wp-content/uploads/2020/07/team.png);
    background-repeat:no-repeat;
    background-position:center;
}
#price_content .template-page .flex_column:nth-child(4)  .icon i{
    background:url(https://www.clonbrowser.com/wp-content/uploads/2020/07/scale.png);
    background-repeat:no-repeat;
    background-position:center;
}
#price_content .price_content h1{
    color:#333;
    font-size:50px;
    margin-top:14px;
}
#price_content .price_content h1 sup{
    font-size:20px;
    color:#236bf9;
}
#price_content .price_content h1 span{
    font-size:20px;
    color:#999;
    font-weight:normal;
}
#price_content .price_content a{
    width:90%;
    background:#236bf9;
    height:42px;
    line-height:42px;
    display:block;
    border-radius:4px;
    color:#fff;
    font-size:16px;
    margin:0 auto;
}
#price_content p span{
  font-size: 15px;
  background: #ff617f;
  padding: 10px;
  color: #ffe8ec;
}
/*-----------sitemap--------------------*/
#sitemap_content{
    float: none;
}

#top #wrap_all #sitemap_content .container .template-page{
    margin-top: -72px;
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing:border-box;
    padding-bottom:100px;
}        
#sitemap_content .container h2{
    margin: 0em;
    color:#111;
}
#sitemap_content .container .avia-button-fullwidth{
    padding: 0;
    text-align: left;
    background: #fff;
    color:#236bf9 !important;
}
#sitemap_content .container .avia-button-fullwidth>span{
    font-weight: bold;
    font-size: 16px;
}
#sitemap_content .container .avia-button-fullwidth div p{
    font-size: 14px;
    margin-top: 0;
    color:#333;
}
#sitemap_content .container .avia-button-fullwidth:hover{
    opacity: .9;
}
#sitemap_content .container .av_one_third{
    margin-top:20px;
}
/* -----------------------邀请返利------------------------------ */
#invitation_for_discount{
  float: none;
}
#invitation_for_discount .template-page{
  background: #fff;
  margin-top: -72px;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  box-sizing: border-box;
  padding: 50px;
}
#invitation_for_discount .template-page section{
  margin-bottom: 50px;
}
#invitation_for_discount .template-page section:first-child p{
  color: #ff617f;
  background: #ffedf0;
  border-radius: 4px;
  font-size: 16px;
  padding: 18px;
}
#invitation_for_discount .template-page section:nth-child(2) p{
  color: #66708d;
  font-size: 15px;
}
#invitation_for_discount .template-page section h2{
  color: #242c43;
  font-size: 24px;
  margin-bottom: 15px;
}
#invitation_for_discount .template-page section p{
  color: #66708d;
  font-size: 15px;
}
#invitation_for_discount .template-page section p a{
  text-decoration: underline;
}
#invitation_for_discount .template-page section p strong{
  color: #ff617f;
}
#top #main #invitation_for_discount .template-page{
  padding-left: 50px;
}
#invitation_for_discount .template-page section:not(:first-child):not(:nth-child(2)){
  padding-left: 60px;
}
#top #invitation_for_discount .template-page section .avia_textblock{
  position: relative;
}
#invitation_for_discount .template-page section:not(:first-child):not(:nth-child(2)) .avia_textblock:before {
  content: '1';
  display: block;
  background: #236bf9;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  left: -55px;
}
#top #invitation_for_discount .template-page section:nth-child(4) .avia_textblock:before{
  content: '2';
}
#top #invitation_for_discount .template-page section:nth-child(5) .avia_textblock:before{
  content: '3';
}
#top #invitation_for_discount .template-page section:nth-child(6) .avia_textblock:before{
  content: '4';
}
#top #invitation_for_discount .template-page section:nth-last-child(-n+2) .avia_textblock:before{
  content: '';
  background: #3ac277;
}
#top #invitation_for_discount .template-page section:nth-last-child(-n+2) .avia_textblock:after{
  content: '';
  display: block;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: -41px;
  top: 8px;
  transform: rotate(45deg);
}

/* ------------------博客-------------------- */
#blog .post-entry-type-page{
  background: #fff;
  padding: 30px;
}
#blog header h3{
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
#blog .slide-meta-comments,#blog .slide-meta-del,#blog header .blog-categories{
  display: none;
}
#blog .avia-content-slider{
  color: #999;
  font-size: 14px;
}
#blog  a .image-overlay{
  opacity: 0 !important;
  display: none !important;
}
#blog  a:hover{
  opacity: .7;
  color: #236bf9 !important;
}
#blog .avia-content-slider .slide-image,#blog article a img{
  width: 100%;
}
#top .fullsize .template-blog .content .post .entry-content-wrapper > *{
  max-width: 860px;
}
/* --------------------博客文章------------------- */
#top article h1{
  color: #333;
}
#top article .post-meta-infos{
  display: none;
}
#top article footer{
  display: none;
}
#top .comment-entry.post-entry{
  display: none;
}
/* -------------------footer------------------------- */
/* footer_wrap */
#cb_wrap_en,#cb_wrap_zh,#cb_wrap_tw,#cb_wrap_ru,#cb_wrap_es{
  background: #242c43;
  color: #fff;
  padding: 96px 0;
  text-align: center;
  display: none;
}
#cb_wrap_en div,#cb_wrap_zh div,#cb_wrap_tw div,#cb_wrap_ru div,#cb_wrap_es div{
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height:60px;
}
#cb_wrap_en p,#cb_wrap_zh p,#cb_wrap_tw p,#cb_wrap_ru p,#cb_wrap_es p{
  text-align: center;
  font-size: 18px;
  padding: 12px 0 42px;
}
#cb_wrap_en a,#cb_wrap_zh a,#cb_wrap_tw a,#cb_wrap_ru a,#cb_wrap_es a{
  margin: 0 auto;
  font-size: 26px;
  padding: 8px 42px;
  color: #236bf9;
  background: #fff;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
}
#cb_wrap_en a:hover,#cb_wrap_zh a:hover,#cb_wrap_tw a:hover,#cb_wrap_ru a:hover,#cb_wrap_es a:hover{
  opacity: .9;
}
footer a{
  display: none;
}
.textwidget.custom-html-widget a{
  color: #848a9c;
}
#custom_html-5 #footer_logo,#custom_html-12 #footer_logo,#custom_html-13 #footer_logo{
  background-image: url(../images/logo-w.png);
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  height: 40px;
  color: transparent;
  opacity: .5;
  background-size:contain;
}
#custom_html-5 p#footer_right,#custom_html-12 p#footer_right,#custom_html-13 p#footer_right{
  text-align: right;
}
.container_wrap{
  border-top-width: 0;
}
    #footer_right .fouter div{
  display:none;
}
#footer_right {
  text-align:right;
}
#footer_right h5{
  text-align:right;
  margin-top:10px;
  line-height: 22px;
}
#footer_right .fouter {
  display:inline-block;
  width:22%;
  text-align:right;
  padding-top:5px;
  margin-top:15px;
  position:relative;
  /*opacity:.6;*/
  overflow:visible；
}
#footer_right .fouter:hover{
    opacity:1;
}
#footer_right .fouter:hover div{
    display:block;
    position:absolute;
    bottom:100%;
    /*newtips*/
    left:0;
    word-wrap:break-word;
}
#footer_right .fouter:hover div h6{
  color:#236bf9;
  font-size:14px;
   padding:8px 0;
text-align:left;
}
/*增加微信联系方式*/
#footer_right .fouter:hover div h6:after{
  content:"clonbrowser2023";
  color: #000;
}

#footer_right .fouter:hover div h6 span{
color:#333;
}
#footer_right .fouter div{
  display:none;
  border-radius:4px;
  padding:8px;
    background:#fff;
    min-width:110px;
}
#footer_right .fouter.mw div{
min-width:290px;
}
/*隐藏Discord*/
#footer_right .fouter a[title="Discord"]{
  display: none;
}
#footer_right a img{
  width:80%;
}
#footer .widget{
  overflow:visible;
}

/*友情链接*/
#cb_link_en,#cb_link_zh{
  color: #848a9c;
  padding: 0 0 30px 0;
  display: none; 
  text-decoration: none;
}
#cb_link_en p,#cb_link_zh p{
  margin:0;
}
#cb_link_en a,#cb_link_zh a{
  color: #848a9c;
  padding:0 5px;
}
#cb_link_en a:hover,#cb_link_zh a:hover{
  color: #b4bacc;
  text-decoration: none;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* #menu-item-102-zh,#menu-item-102-en,#menu-item-102-tw,#menu-item-122-zh,#menu-item-122-en,#menu-item-122-tw,#menu-item-134-zh,#menu-item-134-en,#menu-item-134-tw{
    left: 240px;
    position: fixed;
  } */
#price_pay .flex_column:nth-child(7){
margin-left:7.8%;
}
  /* 导航下载 */
  #menu-item-3156,#menu-item-3158,#menu-item-3160,#menu-item-3362,#menu-item-3348{
    /*background: #ffe539;
    min-width: 100px;*/
    text-align: center;
    /*newtips*/
    margin-left: 15px;
  }
  #menu-item-3156 a,#menu-item-3158 a,#menu-item-3160 a,#menu-item-3362 a,#menu-item-3348 a{
    /*color: #236bf9 !important;*/
    /*newtips*/
  }
  #top #header_main #menu-item-3156 a{
    /*newtips*/
    height: 40px;
    min-width: 120px;
    background: #4785ff;
    border-radius: 50px;
    line-height: 40px;
    margin-top: 13px;
    color: #fff!important;
    box-shadow: 5px 5px 13px rgb(71 133 255 / 39%);
  }
  #top #header_main #menu-item-3156 a:hover{opacity:0.9;}
  /* 联系我们右侧边框 */
  #contact_us_content .av_three_fourth{
    border-right:2px solid #e1e4ed;
  }
}

@media only screen and (min-width: 768px) and (max-width: 989px) {
 #main #home_banner .homebanner_descrip span{
font-size:40px;
}
  #help-center-content .flex_column:first-child,#help-center-content .flex_column:nth-child(2),#help-center-content .flex_column:nth-child(3){
min-height:300px;
}
#top #contact_us_content .av_one_fourth{
  	width:47%;
  	margin-left:3%;
  }

}
@media only screen and (min-width: 990px) and (max-width: 1299px) {
#help-center-content .flex_column:first-child,#help-center-content .flex_column:nth-child(2),#help-center-content .flex_column:nth-child(3){
min-height:300px;
}
}
@media only screen and (min-width: 990px){
  html{
    font-size: 9px;
  }
#price_content .template-page .av_one_fourth{
    margin-left:2%;
    width:23.5%;
}
#price_content .template-page .av_one_fourth:nth-child(4n+1){
    margin-left:0;
}
}
@media only screen and (min-width: 1200px){
  html{
    font-size: 10px;
  }
}
@media only screen and (min-width: 1500px){
  html{
    font-size: 11px;
  }
}
@media only screen and (min-width: 1300px) {
  #ind-section3{
    background-size: 70% auto;
  }
  #menu-item-102-zh,#menu-item-102-en,#menu-item-102-tw,#menu-item-134-zh,#menu-item-134-en,#menu-item-134-tw{
    left: -525px;
    position: absolute;
  }
  #menu-item-122-zh,#menu-item-122-en,#menu-item-122-tw{
    left: -420px;
    position: absolute;
  }

}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  #wrap_all #download_content .flex_column:nth-child(2), #wrap_all #download_content .flex_column:nth-child(3){
    border-right: none;
  }
  #wrap_all #download_content .av_one_full img{
    width: 100%;
  }
  #home_banner iframe{
    height: 300px;
  }
 #main #home_banner .homebanner_descrip span{
font-size:30px;
line-height:56px
}
#use-cases-content h1{
line-height:40px;
}
.responsive #top #wrap_all #price_content .flex_column:nth-child(6), .responsive #top #wrap_all #price_content .flex_column:nth-child(7), .responsive #top #wrap_all #price_content .flex_column:nth-child(8), .responsive #top #wrap_all #price_content .flex_column:nth-child(9),.responsive #top #wrap_all #price_content .flex_column:nth-child(10), .responsive #top #wrap_all #price_content .flex_column:nth-child(11), .responsive #top #wrap_all #price_content .flex_column:nth-child(12), .responsive #top #wrap_all #price_content .flex_column:nth-child(13){
width:50%;
height:150px;
}
.template-page .entry-content-wrapper h1{
font-size:22px;
}
#home_banner h1{
font-size:26px;
line-height:40px;
}
#cb_wrap_en div, #cb_wrap_zh div, #cb_wrap_tw div,#cb_wrap_ru div,#cb_wrap_es div{
font-size:28px;
line-height:30px;
}
#cb_wrap_en a, #cb_wrap_zh a, #cb_wrap_tw a,#cb_wrap_ru a,#cb_wrap_es a{
padding:8px 27px;
}
  /* download */
  #wrap_all #main #download_content .flex_column.av_one_half{
      width: 100%;
      margin-left: 0;
  }
#custom_html-5 #footer_logo,#custom_html-12 #footer_logo,#custom_html-13 #footer_logo{
background-position:center left;
}
/* footer4   */
#footer_right h5{
  text-align:left;
}
#footer_right .fouter{
  width:22%;
  text-align:left;
  max-width: 70px;
}
#footer_right {
  text-align:left;
}
#footer_right a img{
  width:40%;
}
#footer_right .fouter:hover div{
  left:0;
}
  /* 导航 */
  #menu-item-122-en,#menu-item-102-zh,#menu-item-134-tw{
    display: none;
  }
  #menu-item-25{
    background: #fff;
  }
  #menu-item-25 a{
    color: #000;
  }
  
  #jump #hood{
    height: 80px;
    line-height: 80px;
  }
  
  /* 首页 */
  #ind-section3{
    background-size: 0;
  }
  /* footer */
  #custom_html-5 p#footer_logo,  #custom_html-12 p#footer_logo,  #custom_html-13 p#footer_logo{
    background-position: center left;
  }
  #custom_html-5 p#footer_right,#custom_html-12 p#footer_right,#custom_html-13 p#footer_right{
    text-align: left;
  }
}
@media only screen and (max-width: 990px){
/*下载*/
 #download_content .flex_column:nth-child(2){
padding-left:6%;
}
#download_content h6 span{
    width:100%;
  }
  /* 首页 */
  #ind-section4 .av_one_fourth{
    width: 46%;
    margin-left: 4%;
  }
  /* footer */
  #custom_html-5 p#footer_logo,  #custom_html-12 p#footer_logo,  #custom_html-13 p#footer_logo{
    background-size: contain;
  }
  #login  .register-wrap .register-left{
    display: none;
  }
  .register-wrap .box-card{
    left: 0;
    margin: 0 auto;
  }
  /* 语言切换 */
  #jump{
    margin-left:34px;
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all #blog article {
    margin-bottom: 40px;
  }
  .responsive #top #wrap_all #blog article:last-of-type {
    margin-bottom: 0;
  }
  #jump{
    top:7px;
  }
}

/*New blog detail star*/

.blog-wrap {
  position: relative;
  margin: 50px auto;
  padding: 15px;
  max-width: 665px;
}
.blog-wrap .blog_breadcrumb,
.blog-wrap .blog_breadcrumb a {
  font-size: 14px;
  color: #999;
}
.blog-wrap .blog_breadcrumb a:hover {
  color: #236bf9;
}
.blog-wrap > h1 {
  margin-top: 10px;
  font-size: 36px;
  font-weight: bolder;
}
.blog-wrap article {
  padding: 15px 0;
  font-size: 16.5px;
  word-spacing: -0.6px;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.blog-wrap article p {
  margin-top: 1.5em;
}
.blog-wrap article img {
  max-width: 100%;
}
.blog-wrap article ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.blog-author {
  position: relative;
    padding: 0 0 0 80px;
    min-height: 64px;
    display: flex;
    align-items: center;
}
.blog-author img{
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
}
.blog-author .time {
  color: #999;
  display: none;
}
.blog-author .zuozhe {
  font-size: 20px;
  font-weight: bolder;
}
.blog-wrap .fen {
  margin-top: 30px;
  color: #999;
}
.blog-wrap-ul {
  margin: 0;
  padding: 0;
}
.blog-wrap-ul li {
  position: relative;
  margin-bottom: 20px;
  min-height: 190px;
}
.blog-share { 
  display: none;
}
@media only screen and (min-width: 768px) {
  .blog-wrap-ul li {
    padding-left: 270px
  }
  .blog-wrap-ul .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .blog-share {
    position: absolute;
    left: -100px;
    top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-share .share-title {
  color: #444;
  font-weight: bold;
}
.blog-share .share-link {
  display: inline-block;
  line-height: 32px;
  width: 32px;
  height: 32px;
  margin: 10px auto 0;
  border-radius: 4px;
}
.blog-share .share-link img {
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.blog-wrap-ul .img {
  display: block;
  width: 260px;
  height: 180px;
  background-color: #f5f5f5;
}
.blog-wrap-ul .title {
  display: block;
  padding: 15px 0 10px;
  color: #333;
  font-size: 18px;
  font-weight: bolder;
}
.blog-wrap-ul .title:hover {
  color: #236bf9;
}
.blog-wrap-ul .time {
  /*display: block;*/
  display: none;
  color: #999;
}
.blog-wrap-ul .jianjie {
  display: block;
  margin-top: 10px;
  color: #999;
}
.avia-content-slider .slide-meta time{
  display: none;
}
/*New blog detail end*/


.regist-box {
  padding: 5rem 3rem;
  font-size: 1.5rem;
  text-align: center;
}
.regist-box i.regist {
  position: relative;
  display: block;
  margin: 0 auto 3rem;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.regist-box i.regist.success {
  background-color: #3ac277;
}
.regist-box i.regist.fail {
  background-color: #ff617f;
}
.regist-box i.regist:before,
.regist-box i.regist::after {
  content:"";
  position: absolute;
  top:36px;
  left:50px;
  display:block;
  height:28px;
  width:6px;
  border-radius: 10px;
  background-color: #fff;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg);
}
.regist-box i.regist::before {
  position: absolute;
  transform: rotate(-45deg);
  -ms-transform:rotate(-45deg);
}
.regist-box i.regist.success::before {
  top:48px;
  left:38px;
  height:15px;
}
.regist-box i.regist.fail:before,
.regist-box i.regist.fail::after {
  left:46px;
}
.regist-box .title {
  font-size: 3rem;
  font-weight: bold;
}
.regist-box .regist-text {
  margin-top: 2rem;
  margin-bottom: 4rem;
  color: #4e5466;
}
@media (min-width: 768px) and (max-width: 992px) {
  .case-box p {
    min-height: 10rem;
  }
}
.btn-yellow {
  padding: 0.6rem 3.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #236bf9;
  background-color: #ffd803;
  border-color: #ffd803;
  box-shadow: 4px 4px 0 #ff9300;
}
.btn-yellow:hover {
  color: #236bf9;
  background-color: #ffd803;
  border-color: #ffd803;
}
.btn-yellow:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}



/*newtips*/
#header_main{
  background: #fff;
  box-shadow: 0 0 7px rgb(203 203 203 / 39%);
}
#footer_right .fouter a{
  color: #4785ff;
}
#socket{
  text-align: center;
}
#socket .container{
  padding-bottom: 0;
  border-top: 1px solid #d6e7f7;
}
#socket .copyright{
  float: none;
  color: #3d4a62;
}
#cb_link_en, #cb_link_zh{
  text-align: center;
  color: #3d4a62;
/*  font-size: 14px;*/
}
#cb_link_en a, #cb_link_zh a{
  color: #3d4a62;
}
#cb_link_en a:hover, #cb_link_zh a:hover{
  color: #4785ff;
}
#footer_right{
  text-align: left;
  margin-top: 28px;
}
#footer_right h5{
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #3d4a62;
  margin-bottom: 15px;
  margin-top:0;
}
#footer_right .fouter{
  width:auto;
}
.flex_column .widget .widgettitle, .content .widget .widgettitle{
  font-size: 18px;
  color:#052461;
  margin-bottom: 20px;
}
.widget_nav_menu a{
  padding: 8px 0px;
  font-size: 13px;
  color: #3d4a62;
}
.widget_nav_menu a:hover{
  color: #4785ff;
}
#footer div .av_one_fifth {
    margin-left: 4%;
    width: 16%;
}
#footer div .av_one_fifth.first {
    margin-left: 0;
    width: 20%;
}
@media only screen and (max-width: 1100px){
  #jump #lang{
    width: 50px;
  }
}
@media only screen and (max-width: 990px){
  #jump {
    margin-left: 40px;
  }
  #jump #lang{
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #jump{
    margin-left: 45px;
  }
  #jump #lang{
    width: 200px;
    padding-left: 20px;
    text-align: left;
  }
  #top #wrap_all #footer div .av_one_fifth{
    margin-bottom: 10px;
  }
  #footer .widget{
    margin:0;
  }
  .flex_column .widget .widgettitle, .content .widget .widgettitle{
    margin-bottom: 0;
  }
  #top #footer .widget_nav_menu li{
    display: inline-block;
    padding-right: 10px;
  }
  #footer_right a img {
    width: auto;
    margin-right: 10px;
  }
}
/*隐藏web登录按钮*/
#mobile-advanced #menu-item-3156,
#mobile-advanced #menu-item-9191,
#mobile-advanced #menu-item-10176,
#mobile-advanced #menu-item-10177,
#mobile-advanced #menu-item-10178,
#mobile-advanced #menu-item-10179,
#mobile-advanced #menu-item-10179,
#mobile-advanced #menu-item-10180,
#mobile-advanced #menu-item-10181{
  display:none;
}
#menu-item-3156,
#menu-item-9191,
#menu-item-10176,
#menu-item-10177,
#menu-item-10178,
#menu-item-10179,
#menu-item-10179,
#menu-item-10180,
#menu-item-10181{
  display:none;
} 
