﻿html,body{padding:0;margin:0;background:#DCEDFD;}
ul{padding:0;margin:0;}
li{list-style:none;}
.pr{position:relative;}
.oh{overflow:hidden;}
.mg10 {margin:10px 0;}
.mt10 {
    margin-top:10px;
}
.mt5 {
    margin-top:5px;
}
.bs-docs-header {
  position: relative;
  padding: 50px 0;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0,0,0,.1);
  background-color: #6f5499;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#563d7c), to(#6f5499));
  background-image: -webkit-linear-gradient(top, #563d7c 0%, #6f5499 100%);
  background-image:      -o-linear-gradient(top, #563d7c 0%, #6f5499 100%);
  background-image:         linear-gradient(to bottom, #563d7c 0%, #6f5499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-inverse
{
     background: #373ad3;
	box-shadow: 0 1px 2px rgba(22,27,130,.2);
       border-radius: 0px;
      color: #fff;
	  border:none;
}
    .navbar-inverse .navbar-nav > li > a {
        color:#000;
    }
    .navbar-inverse .navbar-brand{color:#fff; font-size:22px;}
.websitelist a
{
    display: inline-block;
	    padding:0px 0px;
	    margin-bottom: 5px;
        margin-left:10px;
	    font-size: 12px;
	    font-weight: 400;
	    text-align: center;
	    white-space: nowrap;
        line-height:20px;
        color: #337AB7;
}

.label-default2{
    background-color:#E5E5E5;
    color:#333;
    font-weight:bold;
}
.row2{
    padding-right: 430px;
}
.col-right
{
    float: right;
    width: 400px;
    margin-right:-415px;
 }
.col-left{
    float:left;
    width:100%;
    padding-left:15px;

    
}
.search_code
{
    width:200px;
    position: relative;
}
.mobile_opt1 {
    display:none;
}
 #close_add_weblink {
        display:none;
    }
  #close_Button_Login {
        display:none;
    }
@media (max-width: 768px) {
.row2{
    padding-left: 10px;
    padding-right: 10px;
}
.col-right
{
    float: none;
    width: auto;
    margin-right:0px;
    
 }
.col-right-hide
{
    float: none;
    width: auto;
    margin-right:0px;
    position:fixed;
    top:15px;
    bottom:15px;
    left:15px;
    right:15px;
    overflow:auto;
    display:none;
    z-index:15000;
 }
.col-left{
    float:none;
    width:100%;
    padding-left:0px;
    
}
.search_code
{
    width:200px;
    position: relative;
}
.mobile_opt1 {
    display:block;
    padding:0px;
    margin-bottom:15px;
}
    #close_add_weblink {
        display:inline-block;
    }
      #close_Button_Login {
        display:inline-block;
    }
}
/**
 * Simplecomplete
 */

.autocompleter {
    width: 100%;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 100;
    border:1px solid #ddd;
    display:none;
}
.autocompleter-show {
    display: block;
}
.autocompleter,
.autocompleter-hint {
    position: absolute;
}

.autocompleter-list {
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autocompleter-item-selected {
    background: #ddd;
}

.autocompleter-item {
    padding:0px 10px;
    color: #444444;
    font-size: 14px;
    height:30px;
    line-height:30px;
    overflow:hidden;
    cursor: pointer;
}

.autocompleter-item:hover {
    background: #dbed8a;
}

.autocompleter-item strong {
    background: #f9de8f;
    text-shadow: 0 1px 0 #ffffff;
}

.autocompleter-item span {
    color: #bbbbbb;
}

.autocompleter-hint {
    color: #ccc;
    text-align: left;
    top: -56px;
    font-weight: 400;
    left: 0;
    width: 100%;
    padding: 12px 12px 12px 13px;
    font-size: 24px;
    display: none;
}

.autocompleter-hint span {
    color: transparent;
}

.autocompleter-hint-show {
    display: block;
}

.autocompleter-closed {
    display: none;
}

.gnb_action {width:100%; position:fixed; top:0; right:0; bottom:0; left:0; background-color:#000; opacity:0.6; display:none; z-index:10000;}
.noscroll {overflow:hidden !important;}
 
.or span {
            display: block;     /*设置为块级元素会独占一行形成上下居中的效果*/
            font-size: 12px;
            color: #999;
            position: relative;   /*定位横线（当横线的父元素）*/
            text-align:center;
        }
.or span:before, .or span:after {
            content: '';                 /*CSS伪类用法*/
            position: absolute;         /*定位背景横线的位置*/
            top: 52%;
            background: #999;       /*宽和高做出来的背景横线*/
            width: 20%;
            height:1px;
        }
.or span:before{
            left: 15%;        /*调整背景横线的左右距离*/
        }
.or span:after {
            right: 15%;
        } 
.navbar-right>li{
    float:left;
}
.navbar-right>li>a{
    padding:10px 5px;
}
.pull-left-header
{
    float:left;
}
.pull-right-header
{
    float:right;
}
.pull-right-header .form-inline
{
    padding:5px 10px 0 0;
}
.pull-right-header .form-inline .btn2{
    display:none;
}
.pull-right-header ul li
{
    margin-right:5px;
}
.pull-right-header ul li a{
    border:1px solid #fff;
    background-color:#fff;
     margin-top:10px;
    padding:5px;
        border-radius: 4px;
 }
@media (max-width: 768px) {
  .navbar-nav {
    margin-top:0px;
    margin-bottom:0px;
}
.pull-left-header
{
    float:none;
    text-align:center;
    font-weight:bold;
}
.pull-right-header
{
    float:none;
    padding:0 0 10px 0;
}
.pull-right-header .form-inline
{
    padding:0;
}
.pull-right-header .form-inline .btn
{
    display:inline-block;
    width:49%;
 }
.pull-right-header .form-inline .btn2{
    display:inline-block;
}
.pull-right-header .form-group
{
    display:inline-block !important;
    width:49% !important;
}
.pull-right-header ul li
{
    margin-left:5px;
}
}

.modal{margin-top:50px;}
.fields__item {
    display: inline-block;
    text-align: center;
}
.fields__item h6 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #aaa;
    margin: 0;
}
.websitelist
{
border-bottom:1px solid #ddd;
margin-bottom:10px;
padding-bottom:10px;
}
.websitelist:last-child
{
border-bottom:none;
margin-bottom:0px;
padding-bottom:0px;
}