﻿@charset "utf-8";
/*!
 * qianjia common css in 2019
 * cj modify */

 
/*------qianjia common------*/

html {padding:0;margin:0;font-size:10px; font-size:62.5%;}
body {padding:0;margin:0; font-size:14px; background-color:#fff; font-family:"Microsoft YaHei","PingFang-SC-Regular","Hiragino Sans GB","Source Han Sans CN","Heiti SC", Tahoma,SimSun , sans-serif;color:#333;  }
h1,h2,h3,h4,h5,h6 { font-weight:normal; line-height:1.2;}
li,ul,dd,dt,dl { list-style:none;margin:0;padding:0;}
.btn:focus {box-shadow:none;outline:none;}
.form-control:focus { box-shadow:none;outline:none;}
p { max-height: 999999px; margin:0;}
a, a:hover, a:active, a:focus, a:visited {text-decoration: none; text-shadow:none; outline:none;}
a,a:hover, a:focus {color: #3092E2;}
a,button { cursor:pointer;
 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; }
img {  max-width: 100%;border:0;}
input,button,select,textarea{outline:none;}
 button {border:0; background:none;}
 
.btn-primary {
    color: #fff;
       background-color: #50aefb;
    border-color: #3092e2;
}
.btn-primary:focus,.btn-primary.focus,.btn-primary:active:hover,
.btn-primary:active,.btn-primary.active, .btn-primary:active:focus,
.btn-primary:hover {
  color: #fff;
  background-color:#3092e2;
    border-color: #3092e2;
}
 
.btn-link {
    font-weight: normal;
    color:#3092e2;
    border-radius: 0;
}

.error-label { font-weight:normal!important; font-size: 13px;  color: #ec971f;  line-height: 1.8;}
.alert {padding:10px 12px;}
.form-control {color:#333}
/*-------iphone-----*/

input[type="text"],
input[type="password"],
textarea,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 点击高亮的颜色*/
}

textarea.form-control {
    resize: none;
}
 
/*------datetimepicker----*/

.datetimepicker th span.glyphicon {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
}

.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 0;
    z-index: 2;
}

.glyphicon-chevron-left::before {
    content: "<";
}

.glyphicon-chevron-right::before {
    content: ">";
}


/*------modal----*/

.modal-content {
    border: 0;
    box-shadow: none;
    border-radius: 5px;
}

.modal-header {
    border: 0;
    min-height: 40px; background: none;
    border-radius: 5px 5px 0 0;
    padding: 12px 15px 10px 15px;
  
}

.modal-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.42857143;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-body {
    max-height: 400px;
    overflow: auto;
}
.modal-footer {
    border-top: 0;
    padding-bottom: 20px;
}
.close { font-weight:normal}
@media (min-width:768px) {
    .modal-body {
        max-height: 550px;
        overflow: auto;
    }
	.modal-dialog {
    margin-top:150px;
}
.modal-header {border-radius: 8px 8px 0 0;}
.modal-content {border-radius:8px;}
}
@media (min-width:1200px) {
    .modal-body {
        max-height: 500px;
        overflow: auto;
    }
 
}
@media (min-width:1600px) {
    .modal-body {
        max-height: 550px;
        overflow: auto;
    }
 
}
/*-----table----*/


/*-----btn----*/
.btn-shadow {font-size:14px; padding:10px 20px;color:#fff; text-align:center; display:inline-block;border-radius:30px; line-height:1.2;
background-color:#1E83D5\9\0;
 background: -webkit-linear-gradient(left, #469EE6 ,#1E83D5);
  background: -o-linear-gradient(right, #469EE6, #1E83D5);
  background: -moz-linear-gradient(right, #469EE6,#1E83D5); 
  background: linear-gradient(to right,#469EE6,#1E83D5);
  -webkit-box-shadow:0 3px 8px rgba(51,143,218,0.3);
    box-shadow:0 3px 8px rgba(51,143,218,0.3);
	 transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; 
  }
 
.btn-shadow:hover,.btn-shadow:focus,.btn-shadow:active {color:#fff;
  background: -webkit-linear-gradient(left, #1E83D5,#1C79C6);
  background: -o-linear-gradient(right,#1E83D5, #1C79C6);
  background: -moz-linear-gradient(right,#1E83D5,#1C79C6); 
  background: linear-gradient(to right,#1E83D5,#1C79C6);
  }
.dropdown-menu {    border: 1px solid #D5D5D5; border-radius:0;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
	}

 /* ie678 error
==================================== */
.error-backdrop {width:100%;position:absolute;left:0;right:0;top:0;height:4000px; overflow:hidden;z-index:10000;background:#157EB9;}
.error-modal { position:absolute;width:700px;height:400px;left:50%;margin-left:-350px;top:50%;margin-top:-200px; 
color:#444; z-index:10001; background-color:#fff; }
.error-modal .error-text { padding-top:60px;}
.error-modal .error-text h2 { font-size:18px; line-height:1.6;color:#444; font-weight:normal; text-align:center;}
.error-modal .error-text .error-show {width:550px;margin:0 auto;height:120px;margin-top:30px; background-image:url(http://jscss.qianjia.com/common/images/errorimg.jpg); 
background-position:center center;  background-repeat:no-repeat;}

/*-------img---------*/

.img-cover { position: relative;width:100%;height:0;padding-bottom:100%; overflow: hidden;border: 1px solid #eee; background-color:#EDEDED;
transform: scale(1);
-webkit-transform: scale(1);   }
.img-cover>img { position: absolute;left:0;width:100%;top:0;height:100%;transition: all 0.6s;
transform: scale(1);
-webkit-transform: scale(1);   }
.img-cover>a { display: block;width:100%;height:100%;position: absolute;left:0;top:0;overflow: hidden;
transform: scale(1);
-webkit-transform: scale(1); } 
.img-cover>a>img { width:100%;height:100%;transition: all 0.6s;
transform: scale(1);
-webkit-transform: scale(1);  } 
.img-cover:hover img {transform: scale(1.1);
-webkit-transform: scale(1.1);  }

/*------loading ------*/ 
.loading-img {width:32px;height:32px; margin:0 auto; display:block;background-image:url(http://jscss.qianjia.com/common/images/roadingc.gif); 
background-repeat:no-repeat; background-position:center;}

/*------header ------*/ 

.header { position:relative; z-index:9;}
.common-header {background-color: #fff; box-shadow:0 0 8px rgba(0,0,0,0.2); }

.common-header .common-top-wrap { position:relative; z-index:2;}
.common-header .common-top-wrap .container {position:relative;}
.common-header .common-right-wrap { position:absolute;right:15px;top:0; z-index:3;}
.common-header .common-right-wrap > div { float:left;margin-left:5px;}


.common-header .main-logo { float:left;position:relative; z-index:1;} 
.common-header .main-logo .navbar-brand {height:auto;padding:15px 0 12px 0; display:block;width:72%;}
.common-header .main-logo .navbar-brand img {height:auto;width:100%;}
@media (min-width: 768px) {
.common-header .main-logo .navbar-brand { padding:18px 15px 15px 5px;width:100%;} 

}

.common-header .main-nav {}
.common-header .main-nav .navbar-collapse {padding:0;box-shadow:none;}



@media (max-width: 767px) {
.common-header .main-nav { position:absolute;left:0;top:64px;width:100%; z-index: 2;
 overflow: auto; background-color:#fff;box-shadow: 0 3px 2px rgba(0,0,0,0.1);}
.common-header .main-nav .main-nav-ul { margin:0; overflow:auto; }
.common-header .main-nav .main-nav-ul > li { display:block; text-align:left; position:relative;}
.common-header .main-nav .main-nav-ul > li:after { position:absolute;right:0;left:0;height:1px;border-bottom:1px solid #f2f2f2;content:' ';}
.common-header .main-nav .main-nav-ul > li:last-child:after { display:none;}
.common-header .main-nav .main-nav-ul > li > a { padding:13px 20px; display:block; font-size:18px;color:#333; line-height:1.42; }
.common-header .main-nav .main-nav-ul > li.open > a { font-weight:bold}
.common-header .main-nav .main-nav-ul > li:last-child > a { padding-bottom:11px; }
.common-header .main-nav .main-nav-ul .caret {color:#ccc;margin-left:6px; float: right; margin-top: 10px;}
.common-header .main-nav .dropdown-menu {  background-color:#f9f9f9; overflow:auto;padding:10px 10px;  }
.common-header .main-nav .dropdown-menu li { float:left;width:50%;}
.common-header .main-nav .dropdown-menu li a { display:block;color:#444; font-size:17px;padding:13px 0;width:100%;
overflow: hidden;text-overflow:ellipsis;white-space: nowrap; text-indent:10px;}

}

@media (min-width: 414px) and (max-width: 768px) {
.common-header .main-nav { max-height:500px; }	
	}
@media (min-width: 375px) and (max-width: 413px) {
.common-header .main-nav { max-height:400px; }	
	}
@media (max-width: 374px) {
.common-header .main-nav { max-height:300px; }	
	}
@media (min-width: 768px) {
.common-header .main-nav {float:left; padding:24px 0; display:block!important;}	

.common-header .main-nav .main-nav-ul {}
.common-header .main-nav .main-nav-ul > li { display:inline-block; text-align:center; vertical-align:middle;}
.common-header .main-nav .main-nav-ul > li > a { padding:0 5px; display:block; font-size:17px;color:#333; line-height:2;}
.common-header .main-nav .main-nav-ul > li > a:hover,
.common-header .main-nav .main-nav-ul > li.open > a {color:#3092E2;}
.common-header .main-nav .main-nav-ul .caret {color:#ccc;margin-left:6px;}
.common-header .main-nav .dropdown-menu {width:300px;padding:12px; top:130%; opacity:0.98; }
.common-header .main-nav .dropdown-menu li { float:left;width:50%;}
.common-header .main-nav .dropdown-menu li a { display:block;color:#444; font-size:16px;padding:7px 0;width:100%; background:none; 
overflow: hidden;text-overflow:ellipsis;white-space: nowrap; text-indent:10px;}
.common-header .main-nav .dropdown-menu li a:hover,.common-header .main-nav .dropdown-menu li a:focus { text-indent:15px; background:none; color:#3092E2;}
.common-header .main-nav .dropdown-menu li:nth-of-type(even) {border-left:1px solid #eee;}
.common-header .main-nav .dropdown-menu li:nth-of-type(even) a {text-indent:15px;}
.common-header .main-nav .dropdown-menu li:nth-of-type(even) a:hover {text-indent:20px;}
}

@media (min-width: 992px) {
.common-header .main-nav .main-nav-ul > li > a { padding:0 3px; }	
}
 
@media (min-width: 1500px) {
.common-header .main-nav .dropdown-menu li a {padding:0; height:38px; line-height:38px;}
.common-header .main-nav .dropdown-menu li a:hover {font-size:17px}
.common-header .main-nav .main-nav-ul > li > a { padding:0 12px; }	
}

/*---menu-view---*/

.common-header .common-right-wrap .menu-view {padding:15px 0 12px 0;} 
.common-header .menu-view  .navbar-toggle {margin:0;padding:0;width: 34px; color:#778699; text-align:center;height:34px;}
.common-header .menu-view  .navbar-toggle .iconfont {display:block; line-height:34px;font-size:30px;}
.common-header .menu-view  .navbar-toggle .icon-webicon03 { display:none}
.common-header .menu-view  .navbar-toggle .icon-close { display:block;font-size:28px;}
.common-header .menu-view  .navbar-toggle.collapsed .icon-webicon03 { display:block}
.common-header .menu-view  .navbar-toggle.collapsed .icon-close { display:none}
@media (min-width: 768px) {
.common-header .common-right-wrap .menu-view { display:none;} 
}


/*---search-view---*/

.common-header .common-right-wrap .search-view {padding:15px 0 12px 0;}
.common-header .common-right-wrap .search-view .input-content { display:none}
.common-header .search-view .btn-search {width:34px;height:34px; color:#778699;border-radius:50%; text-align:center; display:block;}
.common-header .search-view .btn-search .iconfont { line-height:34px; display:block;font-size:28px;}

@media (min-width: 768px) {
.common-header .search-view .btn-search {width:44px;height:44px;  background-color:#F3F6F8;color:#778699;} 
.common-header .common-right-wrap > div { margin-left:15px;}
.common-header .search-view .btn-search .iconfont { line-height:44px; font-size:22px;}
.common-header .common-right-wrap .search-view {padding:19px 0 17px 0;}
.common-header .search-view .btn-search:hover { background-color:#EDF3FA; color:#3092E2; }
}

@media (min-width: 1200px) {
.common-header .common-right-wrap .search-view .search-content {width:150px; height:44px; overflow:hidden; border:1px solid #ddd;border-radius:30px;}
.common-header .common-right-wrap .search-view .search-content:hover {border:1px solid #3092E2;}
.common-header .common-right-wrap .search-view .search-content:hover .btn-search {background-color:#EDF3FA; color:#3092E2;}
.common-header .common-right-wrap .search-view .input-content { display:inline-block; float:left;color:#999; line-height:42px; font-size:15px; text-indent:15px;}
.common-header .search-view .btn-search { float:right; background:none;width:42px;height:42px; }
.common-header .search-view .btn-search .iconfont { line-height:42px; }
}

/*---user-view---*/

.common-header .common-right-wrap .user-view {padding:17px 3px 14px 0;  }
.common-header .user-view .header-user {}
.common-header .user-view .header-user .user-info { padding:0;background:none;border:0; outline:none;    display: block;}
.common-header .user-view .header-user .user-logo {width:30px;height:30px;border-radius:50%; overflow:hidden; float:left; border: 1px solid #ddd;
 background-repeat: no-repeat; background-position: center; background-size:cover; background-image: url(http://jscss.qianjia.com/common/images/user_img2.jpg);}
.common-header .user-view .header-user .user-info strong {font-size:15px;float:left; font-weight:normal;margin-left:15px; line-height:30px; max-width:100px;display:none;
overflow: hidden;text-overflow:ellipsis;white-space: nowrap;height:30px; text-align:center;}
.common-header .user-view .header-user .user-logo img {width:100%;height:100%; display:block;}
.common-header .user-view .menu-view { display:block; }
.common-header .user-view .header-user .dropdown-menu { text-align:center; right: 0; top:140%; left: auto;}
.common-header .user-view .header-user .dropdown-menu .divider {margin:2px 0;}
.common-header .user-view .header-user .dropdown-menu li a {font-size:15px;  color:#333;  padding:5px 20px;}
.common-header .user-view .header-user .dropdown-menu li a:hover {color:#3092E2; background:none;}
.common-header .user-view .header-user .dropdown-menu .btn-login {color:#fff; display:inline-block; font-size:16px;padding:8px 25px;margin-bottom:10px;margin-top:5px;}


@media (min-width: 768px) {
.common-header .common-right-wrap .user-view {padding:19px 10px 17px 0; }
.common-header .user-view .header-user .user-logo {width:44px;height:44px;} 
.common-header .user-view .header-user .user-info strong {height:44px;}
.common-header .user-view .header-user .dropdown-menu {top:125%}
}

@media (min-width: 992px) {
.common-header .user-view .header-user .user-info strong { display:none; line-height:44px;}	
}

/*--common-menu-wrap--*/

.common-header .common-menu-wrap {position: relative; clear:both; z-index:1; }
.common-header .common-menu-wrap .container {padding:0; position:relative;}
.common-header .common-menu-wrap .mask { position:absolute;right:0;top:2px;width:45px;height:45px;content:' '; z-index:2;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) , rgba(255,255,255,1));
  background: -o-linear-gradient(right, rgba(255,255,255,0) , rgba(255,255,255,1));
  background: -moz-linear-gradient(right, rgba(255,255,255,0) , rgba(255,255,255,1)); 
  background: linear-gradient(to right, rgba(255,255,255,0) , rgba(255,255,255,1));}
.common-header .common-submenu {border-top:1px solid #eee;width: 100%;position: relative;overflow-y: hidden;overflow-x: auto; z-index:1;
   -webkit-overflow-scrolling: touch;}
.common-header .common-submenu ul { min-width: 100%;display: inline-block;white-space: nowrap;}
.common-header .common-submenu li { display: inline-block;position:relative;text-align:center;}
.common-header .common-submenu li:after {content:'/';color:#eee; position:absolute;right:-2px;top:13px;}
.common-header .common-submenu li:last-child:after {content:'';}
.common-header .common-submenu li a { display:block;padding:13px 15px; color:#333; position:relative; font-size:15px;}
.common-header .common-submenu li a:hover {color:#3092E2; }

 
@media (min-width: 768px) {
.common-header .common-menu-wrap  {border-top: 2px solid #3092E2; }
.common-header .common-menu-wrap .container {padding:0 15px;}
.common-header .common-menu-wrap .mask {right:20px;}
.common-header .common-submenu {border-top:0}
.common-header .common-submenu li a { font-size:16px;}	
}

@media (min-width: 992px) {
.common-header .common-submen { overflow:inherit;}
.common-header .common-submenu ul {min-width:auto; display:table;width:100%;}
.common-header .common-submenu li { display:table-cell;position:relative;text-align:center;} 
.common-header .common-submenu li a { padding:13px 5px; }
.common-header .common-menu-wrap .mask { display:none!important;}
}
 
 


/*---deep header---*/
.deep-header {}
.common-header.deep-header { box-shadow:none;}
.common-header.deep-header .common-menu-wrap .container {padding:0;}
.common-header.deep-header .common-submenu {border:0; background-color:#3092E2;border-radius:0;}
.common-header.deep-header .common-submenu li a {color:#fff;}
.common-header.deep-header .common-submenu li a:hover {color:#fff; opacity:0.8;}
.common-header.deep-header .common-submenu li:after { display:none}
.common-header.deep-header .common-menu-wrap .mask {top:0;right:0; border-radius:0 6px 6px 0;
	background: -webkit-linear-gradient(left, rgba(48,146,226,0) , rgba(48,146,226,1));
    background: -o-linear-gradient(right, rgba(48,146,226,0) , rgba(48,146,226,1));
    background: -moz-linear-gradient(right, rgba(48,146,226,0) , rgba(48,146,226,1));
    background: linear-gradient(to right, rgba(248,146,226,0) , rgba(48,146,226,1));
	}

@media (min-width: 768px) {
.common-header.deep-header .common-menu-wrap {border-top:0;}
.common-header.deep-header .common-submenu { border-radius:5px;}	
.common-header.deep-header .common-menu-wrap .container {padding:0 15px;}
.common-header.deep-header .common-menu-wrap .mask {right:15px;}
}


/*---zhike header---*/
.zhike-header {}
.common-header.zhike-header {}
.common-header.zk-header {} 
@media (min-width: 768px) {
.common-header.zhike-header .common-menu-wrap {border-top:2px solid #0C5A8E;}	
.common-header.zk-header .common-menu-wrap {border-top:2px solid #0C5A8E;}	
.common-header.zhike-header .common-submenu {border:0; }
}


/*------footer ------*/ 

.footer { color:#999;}
.common-footer {background-color:#545862;padding-top:10px; }
@media (min-width: 768px) {
.common-footer {padding-top:30px;}	
}
@media (min-width: 1200px) {
.common-footer {padding-top:40px;}	
}

.common-footer .info-wrap {text-align:left;padding-bottom:30px; }
.common-footer .footer-logo {width:165px; float:left; margin-left: 20px;display:none; }
.common-footer .footer-logo .logo-img {width:155px;height:50px; background-image:url(http://jscss.qianjia.com/common/images/footer_logo.png); background-repeat:no-repeat;
background-position:center;}
.common-footer .footer-logo .desc { font-size:13px; line-height:1.6; color:#afafaf;padding-top:25px; }
.common-footer .footer-menu { overflow:auto;}
.common-footer .footer-menu dl {height:40px; overflow:hidden;  border-bottom: 1px solid #6b6c6d;}
.common-footer .footer-menu dl.active {height:auto;padding-bottom:10px;}
.common-footer .footer-menu dt { display:block; text-align:left; color:#fff; text-indent:5px; font-weight:normal; font-size:14px; line-height:40px; position:relative;}
.common-footer .footer-menu dt:after { 
    content: '';
    border: 1px solid #fff;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 15px;
    right: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
} 
.common-footer .footer-menu .active dt:after { border: 1px solid #fff;border-bottom: none;border-left: none;}
.common-footer .footer-menu dd { display:inline-block;width:48%; line-height:2;font-weight:normal; font-size:14px;text-align: center;}
.common-footer .footer-menu dd a {color:#afafaf; }
.common-footer .footer-menu dd a:hover {color:#fff;}
.common-footer .each-view { padding-top:30px; float:left;width:50%; position:relative; }
.common-footer .each-view p { text-align:center;padding-top:5px;color:#afafaf; }
.common-footer .weixin-view,.common-footer .app-view {margin:0 auto; width:60%;height:0; position:relative; padding-bottom:60%;}
.common-footer .weixin-view img,.common-footer .app-view img { position:absolute;width:100%;height:100%;}

@media (min-width: 768px) {
.common-footer .weixin-view,.common-footer .app-view {width:80%;padding-bottom:80%;}	
.common-footer .footer-menu dl { float:left; width:48%;  min-height:160px; height:auto; border:0;}
.common-footer .footer-menu dt { display:block; color:#fff; font-weight:bold;font-size:16px;padding-bottom:10px;line-height:2; }
.common-footer .footer-menu dt:after { display:none}
.common-footer .footer-menu dd { font-weight:normal; font-size:14px;text-indent:5px;  text-align: left; }
 
}
@media (min-width: 1200px) {
.common-footer .footer-logo { display:block;}
.common-footer .footer-menu {margin-left:230px;border-left:1px solid #6b6c6d; }
.common-footer .footer-menu dl { width:36%;margin-left:10%;  }
.common-footer .each-view {width:131px;margin-left:30px;padding-top:8px;margin-top:1px; background-color: #3e4552;}
.common-footer .each-view p {padding-bottom:6px;}
.common-footer .weixin-view,.common-footer .app-view {width:115px;padding-bottom:115px;}	
}
@media (min-width: 1500px) {
.common-footer .each-view {float: right;margin-left:40px;  }	
.common-footer .footer-menu {margin-left:240px;}
.common-footer .footer-menu dl { width:38%;}
}


.common-footer .frendlink-wrap {text-align:left; display:none;}
.common-footer .frendlink-menu {border-top:1px solid #6b6c6d;padding:20px 0; overflow:auto;}
.common-footer .frendlink-menu dd { float:left; line-height:30px; font-size:14px;margin-right:30px;}
.common-footer .frendlink-menu dd a { color:#afafaf; }
.common-footer .frendlink-menu dd a:hover {color:#fff;}
.common-footer .frendlink-menu dd:last-child {margin-right:0;}
.common-footer .frendlink-menu dt { float:left;line-height:30px; width:100px; font-size:15px; color:#fff; font-weight:bold;}
@media (min-width: 768px) {
.common-footer .frendlink-wrap { display:block}	
}


.common-footer .copyright-wrap {text-align:center; background-color:#303642;padding:20px 0;}
.common-footer .copyright-menu { }
.common-footer .copyright-menu a {font-size:12px; color:#ccc;padding:0 3px;position:relative; }
.common-footer .copyright-menu a:hover {color:#fff;}
.common-footer .copyright { color:#717171; font-size:10px;padding-top:10px;}
.common-footer .copyright a {color:#717171; }

@media (min-width: 768px) {
.common-footer .copyright-menu a {padding:0 8px;font-size:13px;}	
.common-footer .copyright-menu a:after {color:#555; content:'|';  position:absolute;right:-2px;}
.common-footer .copyright-menu a:last-child:after {content:' ';}
.common-footer .copyright { font-size:12px;}
}


 

/*------bottom tool ------*/ 

.bottom-tool {  position: fixed; right:10px; bottom:10px;z-index: 199;}
.bottom-tool .each {margin-top:10px;}
.bottom-tool .each > a {width: 40px;height: 40px;text-align: center;border-radius:50%; background-color:#fff;color:#b9bbbf; border: 1px solid #eaeaea;line-height:38px; display: block; }
.bottom-tool .each > a:hover {background-color:#F7FBFE;color:#69B5FA;border: 1px solid #B8DCFC;}
.bottom-tool .each .iconfont { font-size:20px; display:inline-block; }

.bottom-tool .each.publish > a { display:none; line-height:19px;padding-top:5px; overflow:hidden;color:#3092E2; font-size:14px; border: 1px solid #3092E2;}
.bottom-tool .each.publish > a:hover {color:#fff; background-color:#3092E2;border: 1px solid #3092E2; }


.bottom-tool .each .block-box {position: absolute; top: -57px; right:65px; display: none;}
.bottom-tool .each:hover .block-box { display:block;}
.bottom-tool .each:hover > a {background-color:#F7FBFE;color:#69B5FA;border: 1px solid #B8DCFC;}
.bottom-tool .each .content {width:126px;padding:11px;height:auto; background-color:#fff; position: relative; text-align:center; line-height:1.6; color:#666;  border: 1px solid #ddd;}
.bottom-tool .each .content img { display:block;margin:0;}
.bottom-tool .each .content p {padding-top:5px;font-size:12px;}
.bottom-tool .each .content .triangle {  width:0; height:0;right:-10px;top:48%;margin-top:-5px;position:absolute; border-width:10px 0 10px 10px;
    border-style:solid;border-color:transparent transparent transparent #ccc;}
.bottom-tool .each .content .triangle span {
    display:block; width:0; height:0;position:absolute; margin-top:-13px; right:1px;border-width:13px 0 13px 13px;
    border-style:solid; border-color:transparent transparent transparent #fff;}


.bottom-tool .weixin { position:relative; display:none;}

.bottom-tool .talk .contact-img {width:100px;height:100px;margin:0 auto; background-image:url(http://jscss.qianjia.com/common/images/contactwx.png); background-repeat:no-repeat;
background-position:center;}
.bottom-tool .weixin .wx-img {width:100px;height:100px;margin:0 auto; background-image:url(http://jscss.qianjia.com/common/images/bottom_shop.jpg); background-repeat:no-repeat;
background-position:center;}
.bottom-tool .weixin .wx-img {width:100px;height:100px;margin:0 auto; background-image:url(http://jscss.qianjia.com/common/images/bottom_shop.jpg); background-repeat:no-repeat;
background-position:center;}
.bottom-tool .weixin .wx-img img { display:block;width:100px;height:100px;}
.bottom-tool .share { position:relative; display:none;}
.bottom-tool .share .qrcode {margin:0 auto;}
.bottom-tool .weixin > a { display:none; line-height:19px;padding-top:0; overflow:hidden;color:#3092E2; font-size:14px; border: 1px solid #3092E2;}
.bottom-tool .weixin > a:hover {color:#fff; background-color:#3092E2;border: 1px solid #3092E2; }

@media (min-width: 768px) {
.bottom-tool {bottom:100px;}
.bottom-tool .each > a {width: 50px;height: 50px;line-height:48px;border-radius:0; }
.bottom-tool .each .iconfont { font-size:23px; }
.bottom-tool .weixin { display:block}
.bottom-tool .share { display:block}
.bottom-tool .each.publish > a { display:block}
.bottom-tool .weixin > a { display:block}
}

.modal-work {}
.modal-work .work-title { color:#999; padding-top:20px;text-align:center;font-size:17px;}
.modal-work .work-desc { font-size:15px; line-height:1.6;margin:30px auto 10px auto;width:80%; color:#555;text-align: center;}
.modal-work .modal-footer { text-align:center;padding-bottom:30px;}
.modal-work .btn-primary {width:150px; border:0; font-size:16px;}
@media (min-width: 768px) {
.modal-work .modal-dialog {
    width: 500px;
}
}

 /*-------login modal------*/
 
.modal-login {}
.modal-login .modal-header {padding-bottom:0;height:55px;border-radius:0;}
.modal-login .modal-body {padding-top:0;}
.modal-login .close {font-size:40px}
 @media(max-width:767px) {
.modal-login .modal-dialog {margin:0;height:100%;}
.modal-login .modal-content {height:100%;border-radius: 0;}
.modal-login .modal-body {max-height: none;}
}

.modal-login .modal-login-title {font-size:24px;margin-bottom:40px;text-align: left; padding-top:18%;position:relative;}

.modal-login-form {padding:0 7%;}
.modal-login-form .alert-warning {padding: 0; background: none; border: 0;color: #666;}
.modal-login-form .alert-warning .iconfont {color: #f7a84f;   margin-right: 4px;}
.modal-login-form .input-group {border:1px solid #c5cddb; border-radius:5px; overflow:hidden;width:100%;}
.modal-login-form .input-group > * {border:0;}
.modal-login-form .input-group .iconfont { font-size: 16px;color:#21B8FF;}
.modal-login-form .form-control {padding-left:0; }
.modal-login-form .form-group-btn {padding-top:10px;}
.modal-login-form .btn-primary.btn-block {border-radius:3px;font-size:16px;border-color:#50aefb; }
.modal-login-form .btn-primary.btn-block:hover,.modal-login-form .btn-primary.btn-block:active {border-color:#3092E2; }
.modal-login-form .btn-link {color:#999}
.modal-login-form .btn-img {padding:0;width:90px;}
.modal-login-form .btn-img img {width:100%;height:34px;}
.modal-login-form .other-link {text-align:left;color:#ccc; position:relative; font-size:16px; height:22px;}
.modal-login-form .other-link a {color:#333; }
.modal-login-form .other-link a:hover {color:#3092E2}
.modal-login-form .other-link .btn-register { position:absolute;right:0;top:0;}

.modal-login-form .other-login { display:none}
.modal-login-form .other-login .title { position: relative;  text-align: center;}
.modal-login-form .other-login .title:after { position: absolute; border-top: 1px solid #eee; top: 50%;left: 0; width: 100%;content: ' ';z-index:1;}
.modal-login-form .other-login .title span {background: #fff;padding: 0 10px; font-size: 14px; color: #bfbfbf; position: relative;z-index: 2;}
.modal-login-form .other-login .content {text-align:center;padding-top:10px;}
.modal-login-form .other-login a {display:inline-block;color:#666;line-height:30px; }
.modal-login-form .other-login a:hover {color:#333;}
.modal-login-form .other-login .wx { display:inline-block;width:48%;}
.modal-login-form .other-login .bbs {display:inline-block;width:48%; display:none}
.modal-login-form .other-login .icon { display:inline-block;width:30px;height:30px; background-image:url(http://jscss.qianjia.com/common/images/login_wx.png); background-repeat:no-repeat;
background-position:center top; background-size:30px; float:left;margin-right:5px;}
.modal-login-form .other-login a:hover .icon {background-position:center bottom;}
.modal-login-form .other-login .wx .icon {background-image:url(http://jscss.qianjia.com/common/images/login_wx.png);}
.modal-login-form .other-login .bbs .icon {background-image:url(http://jscss.qianjia.com/common/images/login_bbs.png);}  

.wx-login-wrap {padding: 30px 0;}
.wx-login-wrap .back-link {    font-size: 16px;
    text-align: center;
    margin: 0 15px;
    width: 120px;
    margin: 0 auto;
    border: 1px solid #1b8cca;
    height: 34px;
    line-height: 31px;
    border-radius: 30px;
    color: #1b8cca;
    display: block;}
@media(min-width:768px) {
.modal-login .modal-header { height:45px }
.modal-login .modal-content {  border-radius: 0;}
.modal-login .close {font-size:34px; }
.modal-login .modal-dialog { width:400px!important;}
.modal-login .modal-login-title { padding-top:10px;text-align:left; margin-bottom: 30px;    font-size: 26px; }
.modal-login .modal-login-title:after { position:absolute;content:' ';left:50%;top:115%;width:26px;height:2px;border-radius:5px; margin-left:-13px;background-color:#fff;}
.modal-login-form {padding:0 30px; }
.modal-login-form .input-group .iconfont { font-size: 18px; }
.modal-login-form .form-group {margin-bottom:20px;}
.modal-login-form .form-control { height: 38px;}
.modal-login-form .btn-primary { font-size:18px;padding:8px 0;}
.modal-login-form .other-login .content {padding:0 15px;padding-top:10px;}
.modal-login-form .other-link {font-size:15px}
}
@media(min-width:1200px) {
.modal-login .modal-dialog { width:440px!important;}	
.modal-login-form {padding:0 45px; }
.modal-login .modal-login-title { font-weight:100}
.form-b {min-height: 380px;}
.form-b {min-height: 360px;}
.modal-login-form .other-login { display:block}
}


 /*-------modal-search------*/
 
.modal-search {padding-right:0!important;}
.modal-search .modal-dialog {width:100%;margin:0;height:100%;}
.modal-search .modal-dialog .modal-mask { position:absolute;left:0;top:0;height:100%; width:100%;background-color:rgba(255,255,255,0.9);}
.modal-search .modal-content { background:none; border-radius: 0;height:100%;}
.modal-search .modal-header { background:none}
.modal-search .close {font-size:40px}
.modal-search .modal-header {height:55px}
.modal-search .modal-body { overflow: visible; max-height:none;}

.modal-search-wrap {max-width:550px;margin:0 auto;padding:0 7%; }
.modal-search .modal-search-wrap .title {font-size:24px;margin-bottom:40px;text-align: left; padding-top:18%;position:relative; }
.modal-search .search-label-wrap {}
.modal-search .input-group {border:1px solid #3092E2; border-radius:4px;}
.modal-search .input-group .dropdown-menu {min-width:100%;}
.modal-search .input-group .dropdown-menu li a {font-size:15px; padding:5px 15px; background:none;}
.modal-search .input-group .dropdown-menu li a:hover {color:#3092E2; }
.modal-search .input-group .dropdown-toggle { font-size:16px; padding:7px 5px 7px 15px;background:none;}
.modal-search .input-group .btn-submit {font-size:24px; padding:8px 9px 8px 9px; border:0; line-height:1; color:#3092E2;background:none;border-radius:50px; }
.modal-search .input-group .form-control {font-size:16px; border:0; height:40px;  padding:7px 12px; background:none;}
.modal-search .hot-label-wrap {padding-top:30px;padding-bottom:80px;border:0; }
.modal-search .hot-label-wrap label { font-weight:normal; display:block;text-align: left; margin-bottom:12px; position:relative;}
.modal-search .hot-label-wrap a { display:inline-block;margin-right:8px;margin-bottom:8px; padding:2px 15px;color:#fff; border-radius:30px; 
background:#333; font-size:13px;}
.modal-search .hot-label-wrap a:hover { background-color:#3092E2;color:#fff; }
.modal-search .hot-label-wrap a:last-child {margin-right:0;}
 
@media(min-width:768px) {
.modal-search .modal-body {}
.modal-search-wrap {padding:0; padding-top:100px;}
.modal-search .close {font-size:50px; }
.modal-search .modal-header {height:65px}	
.modal-search .modal-search-wrap .title {  display:none; }
.modal-search .input-group {border:1px solid #3092E2; border-radius:50px;
-webkit-box-shadow: 0 3px 8px rgba(51,143,218,0.1);
    box-shadow: 0 3px 8px rgba(51,143,218,0.1);
}
.modal-search .input-group .dropdown-menu li a {font-size:17px; }
.modal-search .input-group .dropdown-toggle { font-size:18px; padding:9px 10px 9px 20px;}
.modal-search .input-group .btn-submit {font-size:30px; padding:6px 9px 8px 9px; border:0;}
.modal-search .input-group .btn-submit:hover,.modal-search .input-group .btn-submit:active { background-color:#3092E2; color:#fff; }
.modal-search .input-group .form-control {font-size:18px; height:44px;  padding:9px 12px; }
.modal-search .hot-label-wrap { text-align:center;padding-top:60px;}
.modal-search .hot-label-wrap label {font-size:18px;text-align:center; margin-bottom:40px;}
.modal-search .hot-label-wrap label:after {position:absolute;content:' ';left:50%;top:115%;width:26px;height:3px;border-radius:5px; margin-left:-13px;background-color:#50AEFB;}
.modal-search .hot-label-wrap a { font-size:16px;margin-right:14px;margin-bottom:14px;padding:4px 15px;}

}
 
 /*-------common respond------*/

@media (min-width: 768px) {

}
@media (min-width: 992px) {



}

@media (min-width: 1200px) {
  


}
@media (min-width: 1400px) {
.container { width: 1070px;} 
}
@media (min-width: 1500px) {
.container {
    width: 1270px;
} 
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 { float: left;}
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }

}









