* {
  padding: 0px;
  margin: 0px;
}

body{
  position: relative;
  font-family: Helvetica Neue,PingFang SC,Microsoft YaHei,Helvetica,Arial,sans-serif;
}

ul,
li {
  list-style: none;
  margin-bottom: 0px;
}

a, a:hover, a:active, a:focus {
  color: #333;
  display: inline-block;
  cursor: pointer;
}
a:hover,a:active,a:focus {
  text-decoration: none;
}

img{
  max-width: 100%;
}
button{
  -webkit-appearance: none;
}
[contenteditable],
input{
  border: none;
  outline: none;
}
input::placeholder {
	color: #D6D6D6;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #dbdbdb;
}
::-webkit-scrollbar-track {
  background-color: #dbdbdb;
}
::-webkit-scrollbar-thumb {
  background-color: #aeaeae;
}

input[type=checkbox]{
  display: none;
}
input[type=checkbox]~span:before{
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #4B4B4B;
  position: relative;
  top: 2px;
  margin-right: 16px;
}
input:checked~span:before{
  background: url('../images/checkbox-active.svg');
  border: 0;
}

.open-font-detail{
  cursor: pointer;
}
.red{
  color: #F13A39;
}

.btn{
  border-radius: 0;
  padding: 0 12px;
  width: 96px;
  line-height: 30px;
}
.btn:active,
.btn:focus,
.btn:active:focus,
.btn:hover{
  outline: 0;
}
.btn-red-border{
  color: #F13A39;
  border-color: #F13A39;
}
.btn-red-border:focus,
.btn-red-border:hover{
  color: #fff;
  background: #F13A39;
}
.btn-red{
  color: #fff;
  background: #F13A39;
}
.btn-red:focus,
.btn-red:hover{
  color: #F13A39;
  background: #fff;
  border-color: #F13A39;
}
.btn:active{
  box-shadow: none;
}
.btn-red-border:active, 
.btn-red:active{
  color: #fff;
  background: #C93B40;
  border-color: #C93B40;
}
.btn-large{
  line-height: 38px;
  width: 120px;
}


.bread{
  width: 1200px;
  margin: 1px auto;
  line-height: 59px;
  border-bottom: 1px solid #DCDCDC;
}
.bread>a{
  color: #9B9B9B;
}
.bread>a:hover{
  opacity: .6;
}
.bread>a:last-of-type{
  color: #333;
  font-weight: 600;
}
.bread>a:after{
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #9B9B9B;
  border-radius: 50%;
  margin: -2px 7px 0;
  vertical-align: middle;
}
.bread>a:last-of-type:after{
  display: none;
}
.bread .right{
  float: right;
}
.bread .right>a{
  color: #666;
  font-size: 12px;
  margin-left: 20px;
  float: left;
}


#nav-right {
  position: fixed;
  right: -800px;
  padding: 32px 40px;
  width: 180px;
  background: #fff;
}
#nav-right .title {
  font-size: 20px;
  color: #333;
}
#nav-right ul{
  padding: 5px 0 12px 15px;
}
#nav-right ul li {
  margin: 4px 0px;
}
#nav-right ul li a {
  padding: 4px 0;
  color: #9B9B9B;
  white-space: nowrap;
}
#nav-right a:before {
  content: ' ';
  display: block;
  width: 4px;
  height: 4px;
  margin: -2px;
  position: absolute;
  left: -12px;
  top: 50%;
  background: #9B9B9B;
  border-radius: 50%;
}
#nav-right li.active a{
  color: #F13A39;
}
#nav-right li.active a:before {
  background: #F13A39;
  width: 6px;
  height: 6px;
  margin: -3px;
}
#nav-right .nav>li>a:focus, 
#nav-right .nav>li>a:hover{
  background: none;
}
#nav-right .top {
  width: 32px;
  height: 32px;
  cursor: pointer;
}


.box-contact{
  padding: 56px 0 80px;
  text-align: center;
  background: #F5F8FA;
}
.box-contact h4{
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.box-contact h4 b{
  color: #F13A39;
  position: absolute;
  top: 0;
  left: -60px;
}
.box-contact p{
  margin: 0 0 30px;
  color: #9B9B9B;
}
.box-contact .contact{
  font-size: 20px;
}
.box-contact img{
  margin-right: 10px;
}
.box-contact span:first-child{
  margin-right: 72px;
}


.download-tip {
  display: none;
  background: #F13A39;
  color: #fff;
  padding-left: 15%;
  padding-right: 15%;
  z-index: 10;
  line-height: 40px;
}
.download-tip.fixed{
  z-index: 1111;
  position: fixed;
  width: 100%;
  top: 0;
}
.download-tip div {
  width: 1200px;
  margin: 0 auto;
}
.download-tip b,
.download-tip a {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  display: inline;
  color: #fff;
}
.download-tip i {
  opacity: 1;
  margin: 7px 0;
  background: url('../images/tip-close.svg');
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
}


.with-slide{
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.with-slide b, .with-slide i{
  font-weight: normal;
  font-style: normal;
}
.with-slide:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
  top: 50%;
  margin-top: -7px;
	width: 12px;
	height: 12px;
	background: url('../images/slide-down.svg') center no-repeat;
}
.with-slide.active:after {
	background-image: url('../images/slide-up.svg');
}

.with-fold{
  position: relative;
}
.with-fold:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
	background: url('../images/icon/fold.svg') center no-repeat;
  transform: rotate(45deg);
  transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
}
.with-fold.active:after {
  transform: rotate(0);
}


.home-top img{
	margin: 0 auto;
	display: block;
	height: 440px;
}


.modal-content{
  border-radius: 0;
  border: 0;
}


.slider{
  position: relative;
  cursor: pointer;
}
.slider i{
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  /* z-index: 1; */
}
.slider b{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
  cursor: pointer;
  /* z-index: 2; */
}


.faq-item{
	border-top: 1px solid #D6D6D6;
	padding: 16px 24px;
}
.faq-last{
	border-bottom: 1px solid #D6D6D6;
}
.faq-item:hover,
.faq-item.active{
	background: #FBFBFB;
}
.faq-item>a,
.faq-item h5{
	padding: 16px 0;
  margin: 0;
  cursor: pointer;
  display: block;
}
.faq-item h5 img{
  float: right;
  width: 32px;
  padding: 10px;
  margin: -10px 0 0;
  transform: rotate(45deg);
	transition: transform 0.15s;
	-webkit-transition: transform 0.15s;
}
.faq-item.active h5 img{
  transform: rotate(90deg);
}
.faq-item .doc img{
  float: right;
  margin-right: 10px;
}
.faq-item>div{
  color: #666;
  padding-bottom: 8px;
	display: none;
}
.faq-item>div a{
	color: #F13A39;
}
.faq-more{
  padding: 16px 0;
  margin: 16px 24px;
}
.faq-more,
.faq-more:focus,
.faq-more:hover{
	color: #F13A39;
}
.faq-more img{
  position: relative;
  top: -1px;
}


.clearfloat {
  clear: both;
}

.dstop {
  width: 100%;
  height: 80px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #F13A39;
  border-radius: 0;
  position: relative;
  z-index: 2;
}

.dstop-right {
  float: right;
  margin-right: -5px;
}
.dstop-right>*{
  float: left;
  margin-left: 5px;
}
.dstop-right b {
  cursor: pointer;
  display: block;
}
.dstop-right b:hover {
  opacity: 0.6;
}
.dstop-right img {
  width: 40px;
}
.dstop-right .on{
  position: relative;
  width: 120px;
  cursor: pointer;
  display: none;
}
.dstop-right .on .username {
  width: 80%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
  text-align: center;
}
.dstop-right .dropdown-menu {
  line-height: 40px;
  min-width: 120px;
  top: 60px;
}
.dstop-right .dropdown-menu a {
  color: #333;
  display: block;
  width: 100%;
  text-align: center;
}
.dstop-right .dropdown-menu a:hover {
  opacity: 0.6;
}

.container {
  width: 1200px;
  height: auto;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.brandds {
  width: 129px;
  height: 80px;
  line-height: 100px;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  border-right: 0px solid #A3A3A3;

}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

.brandds img {
  margin-top: 1px;
  /*    height: 68px;*/
  width: 50px;
  height: 50px;
  padding: 0;
  margin-top: 15px;
}

.dsdivider {
  width: 1px;
  height: 36px;
  background-color: #A3A3A3;
  margin-top: 47px;
  margin-left: 42px;
  float: left;
}

#navbar {
  height: 40px;
  line-height: 80px;
  padding: 0px 0px;
  margin-left: 168px;
  color: black;
}

.navbar-nav {
  margin-left: 10%;
}
.navbar-nav>li {
  width: 120px;
  height: 80px;
}
.navbar-nav li:nth-child(3) {
  width: 92px;
}
.navbar-nav li:nth-child(4) {
  width: 127px;
}

.navbar-nav>li>a {
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 80px;
  vertical-align: middle;
  padding: 0px 0px;
  margin: 20px auto;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
}
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
  background: none;
}
.navbar-nav>.open>a, 
.navbar-nav>.open>a:focus, 
.navbar-nav>.open>a:hover{
  color: #F13A39;
  background: none;
}

.dsdivider {
  display: none;
}


.footer {
  clear: both;
  padding: 106px 0 0;
  border-bottom: 8px solid #F13A39;
  background: rgba(216,216,216,.1);
}

.foonter_top_container {
  border-bottom: 1px solid #ccc;
  width: 1200px;
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  color: #333333;
}

.footer_links_block {
  margin-top: 53px;
}

.footer_links_group {
  padding: 0px 0px;
  float: left;
  width: 110px;
  margin-right: 64px;
}
.footer_links_group.long {
  width: 140px;
}

.footer_links_group:first-child {
  margin-left: 0px;
}

.footer_links_group:last-child {
  margin-right: 0px;
}

.footer_links_group_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
}

.footer_links_items>ul li {
  margin-bottom: 16px;
}
.footer_links_items>ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 20px
}


.foonter_bottom_container {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 12px;
  padding: 15px 0 120px;
}
.foonter_bottom_container span{
  margin-right: 20px;
}
.foonter_bottom_container span:last-child{
  margin-right: 0;
}
.foonter_bottom_container .L {
  float: left;
}
.foonter_bottom_container .R {
  float: right;
}

.footer_links_items {
  margin-bottom: 60px;
}


.modal-tel .modal-dialog {
  width: 360px;
}
.modal-tel .modal-content {
  padding: 50px 40px 56px;
}
.modal-tel .form-group{
  margin: 40px 0 0;
  color: #9B9B9B;
  border-bottom: 1px solid #D6D6D6;
  position: relative;
}
.modal-tel .form-group.-focus .error{
  display: none;
}
.modal-tel .form-group.-focus{
  color: #333;
  border-color: #333333;
}
.modal-tel .form-group.-error{
  border-color: #F13A39;
}
.modal-tel .form-group.-error input{
  color: #F13A39;
}
.modal-tel .form-group .info {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 12px;
}
.modal-tel .form-group .help {
  display: none;
  color: #333;
}
.modal-tel .form-group.-focus .help{
  display: block;
}
.modal-tel .form-group .error {
  color: #F13A39;
}
.modal-tel .form-group .error a {
  margin-left: 15px;
  border-bottom: 1px solid #333;
  position: relative;
}
.modal-tel .form-group .error a:before{
  content: ' ';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #D6D6D6;
  position: absolute;
  left: -9px;
  top: 6px;
}
.modal-tel .form-code {
  position: relative;
}
.modal-tel .form-code a {
  position: absolute;
  right: 0;
  top: 6px;
  color: #F13A39;
}
.modal-tel input {
  line-height: 34px;
  width: 100%;
  padding: 0 3px;
}
.modal-tel .btn{
  width: 100%;
  line-height: 34px;
}

.modal-tel .form-tel{
  height: 35px;
}
.modal-tel .form-tel>*{
  float: left;
}
.modal-tel .form-tel .dropdown-box{
  width: 100px;
  position: relative;
  cursor: pointer;
  padding-right: 0px;
}
.modal-tel .form-tel input {
  width: calc(100% - 100px);
  padding-left: 10px ;
}
.form-tel .dropdown-box.long{
  width: 134px;
}
.form-tel .dropdown-box.long~input {
  width: calc(100% - 134px);
}
.modal-tel .form-tel .dropdown-box:after{
  content: ' ';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 9px;
  background: #D6D6D6;
}
.modal-tel .tel-prefix {
  display: block;
  z-index: 11;
  padding: 0 3px;
  position: relative;
  line-height: 34px;
}
.modal-tel .tel-prefix:after{
  content: ' ';
  display: block;
  width: 11px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 9px;
  background: url('../images/icon/up-down.svg');
}
.modal-tel .form-tel .dropdown-menu li {
  height: 45px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
  line-height: 45px;
  padding-left: 8px;
}
.modal-tel .form-tel .dropdown-menu li:hover {
  background: #eee;
}
.modal-tel .form-tel .error {
  margin-left: 100px;
}



#loginModal .nav-tabs {
  border: none;
  text-align: center;
}
#loginModal .nav-tabs li {
  float: none;
  display: inline-block;
  width: 80px;
  text-align: center;
}
#loginModal .nav-tabs li:nth-child(2) {
  width: 2px;
  color: #9B9B9B;
}
#loginModal .nav-tabs li a {
  padding: 0px;
  font-size: 16px;
  color: #9B9B9B;
  line-height: 32px;
  margin: 0px;
}
#loginModal .nav-tabs li a:hover {
  background: #fff;
  border-color: #fff;
}
#loginModal .nav-tabs li.active a {
  color: #333;
  font-size: 24px;
  border: none;
  font-weight: 600;
}
#loginModal .nav-tabs li a:first-child span {
  float: right;
}

#loginModal .login-change{
  text-align: center;
  margin: 30px 0 -20px;
}

.login-phone{
  display: none;
}
.login-wechat{
  text-align: center;
}
.login-wechat h4{
  margin: 0 0 20px;
}
.login-wechat .code{
  width: 240px;
  height: 240px;
  display: block;
  margin: 0 auto 20px;
}
.login-wechat .code img{
  width: 100%;
}
.login-wechat p{
  font-size: 12px;
}
.login-wechat .text{
  font-size: 14px;
}
.login-wechat p a{
  color: #F13A39;
}

#tab-login .form-tel {
  margin-top: 75px;
}
#tab-login .forget {
  float: right;
  margin: 11px 0 0;
  font-size: 12px;
  color: #9B9B9B;
}
#tab-login .forget:hover {
  color: #333;
}
#tab-login .btn{
  margin-top: 60px;
}
#tab-login .bottom {
  text-align: center;
  font-size: 12px;
  margin: 32px 0 0;
  color: #9B9B9B;
}
#tab-login .bottom a {
  border-bottom: 1px solid #333;
}



#tab-register .form-group {
  margin-top: 20px;
}
#tab-register .form-tel {
  margin-top: 35px;
}
.form-captcha img{
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
#tab-register .btn {
  margin: 56px 0 12px;
}
#tab-register label {
  font-size: 12px;
  color: #9B9B9B;
  font-weight: 400;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
}
#tab-register input[type=checkbox]~span:before{
  margin-right: 6px;
  width: 12px;
  height: 12px;
  border-color: #F13A39;
  top: 1px;
}
#tab-register input:checked~span:before{
  background: url(../images/icon/login-check.svg);
}
#tab-register label a{
  color: #F13A39;
}


#activateModal .modal-content{
  padding: 50px 80px;
}
#activateModal h5 {
  text-align: center;
  color: #666;
  line-height: 25px;
  margin: 0 0 10px;
}
#activateModal h5 b{
  font-size: 16px;
  color: #333;
}
#activateModal img {
  width: 100%;
}
#activateModal .form-active {
  margin-top: 10px;
}
#activateModal .btn {
  margin: 38px 0 15px;
}


#forgetPwdModal h4{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 10px;
}
#forgetPwdModal .btn {
  margin-top: 56px;
  margin-bottom: 50px;
}
#forgetPwdModal .back {
  color: #F13A39;
  display: block;
  text-align: center;
  margin: 0 0 -25px;
  letter-spacing: 1px;
}



#navbar .search {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#navbar {
  position: relative;
}

.gnav-modal {
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  z-index: -1;
}
.gnav-subcategory {
  display: none;
  background: #fff;
  border-bottom: 1px solid #F13A39;
  border-top: 1px solid rgba(241, 58, 57, .1);
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  z-index: 2;
}
.gnav-subcategory-list {
  display: none;
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  padding-left: 80px;
  text-align: center;
}
.gnav-subcategory-list a {
  position: relative;
  text-align: center;
  padding: 25px 0px 16px;
  margin: 0 40px;
  width: 120px;
  display: inline-block;
}
.gnav-subcategory-list a:hover img:nth-child(2) {
  display: inline;
}
.gnav-subcategory-list img:nth-child(2),
.gnav-subcategory-list a:hover img:first-child {
  display: none;
}
.gnav-subcategory-list a:hover .text{
  color: #F13A39;
}
.gnav-subcategory-list img {
  width: 100px;
  height: 100px;
}
.gnav-subcategory-list .text {
  font-size: 12px;
  margin-top: 8px;
  line-height: 17px;
}


.searchWord {
  width: 650px;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -325px;
  display: none;
  line-height: 0px;
  height: 40px;
}
.searchWord .input-addon {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  padding: 0px;
  cursor: pointer;
}
.searchWord input {
  width: 100%;
  border: none;
  outline: none;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  padding-left: 40px;
  margin-top: 4px;
  /*苹果浏览器光标过高*/
}
.searchWord .dropdown-menu {
  border-radius: 0;
  width: 650px;
  padding: 12px 15px;
  top: 57px;
}
.searchWord .dropdown-menu li {
  font-size: 12px;
  line-height: 24px;
  color: #9B9B9B;
  padding-left: 30px;
  margin: 0 0 4px;
}
.searchWord .dropdown-menu li a {
  line-height: 24px;
  margin-left: -30px;
  padding-left: 50px;
}


.popover{
  border: none;
  border-radius: 0;
}
.popover-content{
  color: #333;
}
.popover>.arrow{
  border-color: transparent !important;
}
[data-toggle="popover"]{
  cursor: pointer;
}


.pagination {
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  display: block;
}
.pagination:empty {
  display: none
}
.pagination span{
  width: 40px;
  margin: 0 4px;
  cursor: pointer;
  display: inline-block;
  opacity: .5;
  position: relative;
}
.pagination img {
  margin: 0 15px;
  cursor: pointer;
}
.pagination span.active,
.pagination span:hover {
  opacity: 1;
}
.pagination span.active:after {
  content: ' ';
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 20px;
  height: 1px;
  background: #333;
}
.pagination small {
  color: #9B9B9B;
  font-size: 14px;
  float: right;
  margin-left: 10px;
}


.head-search{
  width: 400px;
  margin: 40px auto 48px;
  line-height: 45px;
  font-size: 32px;
}
.head-search input{
  width: 100%;
  text-align: center;
}


.separation {
  padding: 0 40%;
  text-align: center;
  line-height: 40px;
  position: relative;
  font-size: 12px;
  color: #666;
}
.separation:before,
.separation:after{
  content: ' ';
  position: absolute;
  display: block;
  top: 19px;
  width: 40%;
  height: 1px;
  background: #D6D6D6;
  line-height: 40px;
}
.separation:before{
  left: 0;
}
.separation:after{
  right: 0;
}



.box-preview {
  position: relative;
  cursor: pointer;
}

.open .dropdown-menu {
  display: block;
  border: none;
  border-radius: 0;
}


.form-group {
  margin-bottom: 0px;
  margin-top: 15px;
}


.footer-icon-box{
  margin: 0 0 0 -5px;
  width: 130px;
}
.footer-icon {
  margin-bottom: 15px;
  width: 33%;
  float: left;
  display: block;
  color: #262626;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.footer-icon .icon {
  height: 20px;
  margin: 0 5px 10px;
}
.footer-icon:hover .icon{
  opacity: .6;
}
.footer-icon .hover {
  display: none;
  position: absolute;
  top: -170px;
  left: -60px;
  max-width: 150px;
}
.footer-icon:hover .hover{
  display: block;
}

.footer_links_margin {
  margin-right: 0px;
  width: 80px;
  position: relative;
}

.posi-icon {
  position: absolute;
  left: 0px;
  top: -100px;
  width: auto;
}

.foot_btn {
  height: 21px;
  font-size: 12px;
  margin: 55px 0 0;
  padding: 0 5px;
  border-bottom: 1px solid #333;
}


.footer_links_items .btn-group {
  margin-top: 40px;
}

body{
  min-width: 1280px;
}
.box-1200{
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}
.container2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px;
  font-size: 20px;
}
.contact2 li {
  margin: 0 50px;
}
.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.modal-download .modal-dialog{
  width: 400px;
  top: 50%;
  margin-top: -181px;
}
.modal-download .modal-content{
  padding: 32px 32px 16px;
}
.modal-download h4{
  font-size: 20px;
  margin: 0 0 32px;
  text-align: center;
}
.modal-download .info{
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 16px;
}
.modal-download a{
  color: #F13A39;
}
.modal-download .docs{
  padding: 16px 32px 4px;
  background: #F9FAFC;
  margin: 0 -32px;
}
.modal-download .docs a{
  margin: 0 0 12px;
  display: block;
  position: relative;
}
.modal-download .docs a img{
  position: absolute;
  right: 1px;
  top: 3px;
  width: 12px;
}
.modal-download .btn{
  display: block;
  width: 100%;
  margin: 44px 0 16px;
}
.modal-download label{
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  display: block;
  margin: 0 auto;
}
.modal-download label span{
  cursor: pointer;
}
.modal-download input~span:before{
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.modal-download input:checked~span:before{
  border: 0;
  background: url(../images/icon/login-check.svg);
}
.modal-download input:checked~span{
  color: #333;
}

.modal-mark .modal-dialog{
  width: 400px;
}
.modal-mark .close{
  opacity: 1;
  position: absolute;
  right: 16px;
  top: 16px;
}
.modal-mark h4{
  padding: 32px 0 28px;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.modal-mark .btn{
  display: block;
  margin: 0 auto;
  width: 224px;
}
.modal-mark .groups{
  height: 252px;
  overflow: auto;
  padding: 24px 16px; 
  background: #F9FAFC;
}
.modal-mark .groups p{
  cursor: pointer;
  line-height: 32px;
  padding: 0 48px;
  margin: 0;
  position: relative;
}
.modal-mark .groups p:before{
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 6px;
  background: url('../images/mark/folder.svg');
}
.modal-mark .groups p:hover:before{
  background: url('../images/mark/folder-hover.svg');
}
.modal-mark .groups p.active:before{
  background: url('../images/mark/folder-active.svg');
}
.modal-mark .groups p:after{
  content: ' ';
  display: block;
  position: absolute;
  right: 15px;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url('../images/mark/check.svg');
}
.modal-mark .groups p:hover:after{
  background: url('../images/mark/check-hover.svg');
}
.modal-mark .groups p.active:after{
  background: url('../images/mark/check-active.svg');
}
.modal-mark .groups p:hover{
  background: #F2F4F7;
}
.modal-mark .form-group{
  width: 320px;
  margin: 40px auto;
}
.modal-mark .form-group input{
  color: #333 !important;
}
.modal-mark .form-group.-error{
  margin-bottom: 66px;
}
.modal-mark .form-group i{
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px;
  font-style: normal;
}
.modal-mark .form-group.-error b{
  color: #F13A39;
}
.modal-mark .form-group b{
  font-weight: 400;
}
.modal-mark .btn:disabled{
  background: #D6D6D6;
  border-color: #D6D6D6;
  color: #fff;
}
#modal-font-mark .modal-dialog{
  top: 10%;
}
#modal-font-mark .modal-content{
  padding: 0 0 24px;
}
#modal-font-mark .create{
  margin: 14px 34px 48px;
  display: block;
}
#modal-font-mark .create img{
  position: relative;
  top: -1px;
  margin-right: 10px;
}
#modal-mark-create .modal-dialog{
  top: 15%;
}
#modal-mark-create .modal-content{
  padding: 0 0 32px;
}

.font-mark:before{
  content: ' ';
  display: inline-block;
  width: 14px;
  height: 13px;
  position: relative;
  right: 5px;
  top: 1px;
  background: url('../images/mark.svg');
}
.font-mark:after{
  content: '收藏';
}
.font-mark.active:before{
  background: url('../images/mark-active.svg');
}
.font-mark.active:after{
  content: '已收藏';
  color: #F13A39;
}
@media(max-width: 768px) {
  .font-mark{
    display: none !important;
  }
}

.toast{
  z-index: 1511;
  position: fixed;
  display: none;
  background: #FFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  line-height: 40px;
  min-width: 200;
  padding: 0 30px;
  text-align: center;
  top: -80px;
  left: 50%
}
.toast img{
  position: relative;
  top: -1px;
  margin-right: 9px;
}

@media(max-width: 768px) {
  body{
    min-width: 100%;
    /* overflow-x: hidden; */
    overflow-y: auto;
  }
  .home-top{
    display: none !important;
  }
  .container {
    width: 100%;
  }
  .container>.navbar-header{
    margin: 0;
  }
  .navbar-header{
    height: 48px;
    position: relative;
    text-align: center;
  }
  .dstop {
    height: 48px;
  }
  .dstop .navbar-toggle {
    float: left;
    border: none;
    margin: 4px;
  }
  .brandds,
  .brandds img {
    width: 44px;
    height: 44px;
    margin: 1px 0;
    float: none;
  }
  .search{
    float: right;
    padding: 8px;
    margin: 5px;
  }
  .searchWord {
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: 47px;
    background:#fff;
    padding: 5px 10px;
  }
  .searchWord .input-addon{
    left: 10px;
    top: 9px;
  }
  .searchWord .dropdown-menu{
    top: 50px;
    left: 10%;
    width: 80%;
  }

  #navbar {
    width: 100%;
    margin: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .navbar-nav {
    margin: 0;
    padding-left: 15px;
  }
  .navbar-nav>li {
    width: 100% !important;
    height: auto;
    border-bottom: 1px solid rgba(214, 214, 214, .5);
  }
  .navbar-nav>li:after{
    content: ' ';
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
    width: 11px;
    height: 11px;
    background: url(../images/pagination/right.svg) no-repeat;
    background-size: contain;
    opacity: .5;
  }
  .navbar-nav>li:last-child {
    border: none;
  }
  .navbar-nav>li>a {
    width: 100%;
    margin: 0px;
    color: #3E3E3E;
    text-align: left;
    background: #fff !important;
  }
  .navbar-nav>li .sub-menu{
    display: none;
    border-top: 1px solid rgba(214, 214, 214, .5); 
  }
  .navbar-nav>li .sub-menu a{
    line-height: 40px;
    display: block;
  }
  .navbar-nav>li.sub-box:after{
    display: none;
  }
  .navbar-nav .with-slide:after{
    right: 8px;
    opacity: .7;
    background-size: 100% 100%;
  }


  .footer{
    padding: 0;
  }
  .foonter_bottom_container{
    background: url("../images/foot/logo-b.svg") no-repeat right center;
    padding: 15px 0;
  }
  .foonter_bottom_container>*{
    float: none !important;
    padding: 0 16px;
    line-height: 20px;
  }
  .foonter_bottom_container span{
    margin-right: 8px;
  }

  .faq-item{
    padding: 5px 15px;
    border: none;
  }
  .faq-item:nth-child(odd){
    background: #FAFAFA;
  }
  .faq-item>a, .faq-item h5{
    padding: 10px 0;
  }
  .faq-more{
    margin: 0 15px;
    padding: 10px 0;
  }


  .pagination{
    margin: 10px 0;
  }
  .pagination span{
    margin: 0;
  }
  .pagination img{
    margin: 0 10px;
  }

  .box-contact{
    text-align: left;
    padding: 32px 5px;
  }
  .box-contact h4{
    font-size: 24px;
    display: block;
    margin: 0 0 20px;
  }
  .box-contact span{
    display: block;
    font-size: 16px;
  }
  .box-contact span img{
    position: relative;
    top: -2px;
  }
  .box-contact span:first-child{
    margin: 0 0 10px;
  }
  
  .separation,
  .box-contact h4 b,
  .box-contact p,
  .bread{
    display: none;
  }

  .open-font-download{
    display: none !important;
  }

  main ::-webkit-scrollbar,
	main ::-webkit-scrollbar-track,
	main ::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
		background-color: transparent;
	}
}


