.white {
    color: #fff;
}

.ml5 {
    margin-left: 5px;
}


.pb10 {
    padding-bottom: 10px;
}

body {
    /*font-family: "Microsoft YaHei" !important;*/
}

i, em {
    font-style: normal;
}

.wrap {
    text-align: left;
}



.controls-item a:link, .controls-item a:visited {
    color: #6F6F6F;
}

.controls-item .active a:link, .controls-item .active a:visited {
    color: #fff;
}

a, label {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

a:hover, label:hover {
    color: inherit;
    text-decoration: none;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown {
    cursor: pointer;
}

.dropdown-menu {
    margin-top: 5px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #595959;
}

.dropdown-menu li:hover {
    background-color: #ccc;
}

.caret {
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
}

.control-label {
    float: left;
    width: 70px;
    text-align: right;
    margin-bottom: 0;
}

.control-group {
    margin-bottom: 12px;
    font-size: 12px;
    color: #6F6F6F;
}

.control-group .controls-item:after {
    display: table;
    content: '';
    clear: both;
}

.control-group .controls-item > li, .control-group .controls-item .item {
    float: left;
    margin-left: 5px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #e0e0e0;
    cursor: pointer;
}

.control-group .controls-item .active {
    background-color: #f60;
    color: white;
}

.control-group .controls-item .controls-item-describe {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 12px;
    color: #595959;
}

.control-group .controls-label-describe {
    text-indent: 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #999;
}

cite {
    margin-left: 20px;
}

cite input, cite a {
    display: inline-block;
    line-height: 20px;
    width: 20px;
    margin-bottom: 0;
    padding: 2px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: top;
    color: #4d4d4d;
}

cite a {
    color: black;
    font-style: normal;
}

cite .buy-add-btn {
    text-align: center;
    background-color: #f5f5f5;
    border-color: #e8e8e8;
    font-size: 1.2em;
}

cite .buy-add-btn:hover {
    background-color: #e6e6e6;
}

.control-range {
    position: relative;
    width: 275px;
    display: inline-block;
    vertical-align: top;
    height: 10px;
    border: 1px solid #f60;
    border-radius: 5px;
    top: 5px;
    cursor: pointer;
}

.range-control-bar {
    position: absolute;
    top: -4px;
    width: 10px;
    height: 20px;
    background-color: #f60;
    border-radius: 30%;
}

.range-control-bar:hover {
    box-shadow: 0 0 5px #f60;
}

.range-describe li {
    color: #000;
    font-size: 12px;
    float: left;
    width: 33.333%;
    margin-top: 15px;
}

.range-value-wrap {
    display: inline;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 10px;
}

.range-value-text {
    width: 54px;
    height: 30px;
    text-align: center;
    vertical-align: top;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.mb {
    margin-top: 8px;
}

.mb5 {
    margin-bottom: 5px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.price-eip {
    color: #595959;
    font-size: 12px;
    line-height: 15px;
}

.price-eip .price-eip-border {
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: center;
    margin-bottom: 1.5em;
}

.price-eip .price-eip-border a {
    position: relative;
    background-color: #f60;
    color: white;
    padding: 2px;
    top: 0.6em;
}

.navbar:after, .navbar .navbar-nav:after {
    content: '';
    display: table;
    clear: both;
}

.tab-content-warp {
    width: 468px;
    height: 665px;
    padding: 0 30px;
}

.price-con-top {
    height: 100px;
    margin-bottom: 10px;
    border-bottom: 5px solid #e6e9ee;
}

.price-con-top .title {
    float: left;
}

.price-con-top .title p {
    margin: 0;
}

.price-con-top .title .title1 {
    color: #666;
    line-height: 30px;
    padding-top: 20px;
    font-size: 24px;
}

.price-con-top .title .title2 {
    color: #cdcdcd;
    font-size: 20px;
    font-family: 'Arial';
}

.price-con-top .unit-price {
    float: right;
    padding-top: 20px;
    text-align: right;
}

.price-con-top .dropdown {
    position: relative;
    cursor: pointer;
    color: #999;
}

.price-con-top .dropdown .dropdown-menu {
    position: absolute;
    right: 0;
    top: 1.2em;
}

.price-con-top .dropdown .dropdown-menu a {
    padding: 0 20px;
}

.price-con-top .dropdown .caret {
    border-top-color: #f60;
}

.price-con-top .mony {
    color: #fa4c08;
    font-size: 35px;
    padding-left: 10px;
}

.navbar {
    margin-top: 30px;
    margin-bottom: 30px;
}

.navbar .control-label {
    float: left;
    width: 80px;
    text-align: right;
    margin-bottom: 0;
    color: #999;
}

.navbar .navbar-inner {
    position: relative;
    height: 34px;
}

.navbar .navbar-nav {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 90px;
    border-radius: 3px;
    background-color: #ddd;
}

.navbar .navbar-nav li {
    box-sizing: border-box;
    float: left;
    color: #777;
    padding: 6px 15px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
}

.navbar .navbar-nav .active {
    background-color: #f60;
    color: #fff;
}

.nav-wrap a {
    font-size: 14px;
    font-size: 14px;
    padding: 8px 0;
    width: 100%;
    line-height: 34px;
    display: inline-block;
    text-indent: 20px;
}

.nav-wrap {
    width: 160px;
    color: #666;
    border: 1px solid #ccc;
}

.nav-wrap li {
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
    cursor: pointer;
}

.nav-wrap li:hover {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.nav-wrap li.active {
    width: 161px;
    border-left: none;
    background-color: white;
}

.nav-wrap li.active i {
    background-position-y: 20px;
}

.nav-wrap li:hover i {
    background-position-y: 20px;
}

.nav-wrap li.in-line {
    color: #666666;
}

.nav-wrap li.not-line {
    color: #C4C0C0;
}

.nav-wrap li.not-line a {
    color: #AFAFAF;
}

.nav-wrap li.not-line:hover i {
    color: #AFAFAF;
    background-position-y: 0;
}

.list-wrap {
    width: 292px;
    height: 665px;
    border: 1px solid #ccc;
    position: relative;
}

.price-money {
    background-color: #ff6f0f;
    color: #fff;
    height: 60px;
    line-height: 50px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    border-bottom: 5px solid #e8e8e8;
}

.price-money .yuan {
    font-size: 20px;
    font-weight: bolder;
    vertical-align: text-bottom;
}

.price-money .money {
    display: inline;
}

.price-money .money span {
    font-size: 47px;
}

.price-money .money-time {
    position: absolute;
    width: 78px;
    height: 24px;
    z-index: 10;
    line-height: 24px;
    text-align: center;
    margin-left: 109px;
    background-color: #cc5200;
    border-radius: 2px;
    bottom: 0;
    font-size: 12px;
}

.buy-list-wrap {
    overflow: auto;
    height: 520px;
}

.buy-list {
    padding: 0 10px;
    padding-bottom: 30px;
    margin: 0;
}

.buy-list .case .describe {
    margin-top: 50px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    color: #595959;
    background-color: #F5FBFF;
    border: 1px solid #C1E7F7;
}

.buy-list .case a {
    color: #0088cc;
}

.buy-list .buy-case {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 12px;
    color: #999;
    background-color: #fdfdfa;
    margin-top: 10px;
}

.buy-list .buy-case .close {
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.buy-list .buy-case .prod-quantity {
    border-bottom: 1px solid #f0f0e7;
    padding-bottom: 10px;
}

.buy-list .buy-case .prod-quantity span {
    display: inline-block;
    width: 100px;
    font-size: 12px;
    color: #595959;
}

.buy-list .buy-case .prod-infor {
    padding: 10px 10px 0 10px;
}

.buy-list .buy-case .prod-infor table {
    width: 100%;
}

.buy-list .buy-case .prod-infor .mony {
    text-align: right;
    color: #f60;
}

.buy-list-btn input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    outline: none;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    background-color: #ff6f0f;
    cursor: pointer;
    height: 50px;
}

.buy-list-btn input:hover {
    font-weight: bold;
    box-shadow: inset 0 0 3px 2px #662900;
}

.add-buy-list-btn {
    position: absolute;
    left: -50px;
    cursor: pointer;
    top: 40%;

}

/*.add-buy-list-btn span{*/
/*position: absolute;*/
/*text-align: center;*/
/*left: 0;*/
/*top: 5px;*/
/*width: 90%;*/
/*background-color: #f60;*/
/*font-size: 12px;*/
/*color:#fff;*/
/*}*/
/*.add-buy-list-btn img{*/
/*height: 28px;*/
/*width: 86px;*/
/*}*/

.wrap {
    width: 1000px;
    margin: 15px auto;
    margin-top: 5px;
}

.wrap:after {
    display: table;
    content: "";
    clear: both;
}

.wrap .controls-wrap {
    float: left;
    margin-right: 15px;
}

.wrap .controls-wrap:after {
    display: table;
    content: "";
    clear: both;
}

.wrap .controls-wrap .nav-wrap {
    float: left;
    border: 1px solid #ccc;
    border-right: none;
    height: 665px;
    border-right: 1px solid #ccc;
}

.wrap .controls-wrap .tab-content-warp {
    float: left;
    border: 1px solid #ccc;
    border-left: none;
    background-color: white;
}

.wrap .list-wrap {
    float: left;
    z-index: 5000;
}

.ucloud .navbar .navbar-nav {
    position: relative;
    margin-bottom: 5px;
}

.controls-item {
    padding-left: 70px;
}

.controls-item li {
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

.slider-div {
    width: 300px;
}

.control-select {
    margin-left: 75px;
}

.control-select > div {
    display: inline-block;
}

.jslider .jslider-scale span, .jslider .jslider-bg .v span, .jslider .jslider-bg .v, .jslider .jslider-scale ins, .jslider .jslider-bg .v ins, .jslider .jslider-scale {
    height: 20px;
}

.jslider_plastic .jslider-pointer {
    height: 25px;
    border-bottom: 1px solid #ccc;
    top: 0;
}

.slider-div {
    display: inline-block;
    margin-left: 5px;
}

.range-value-wrap input {
    width: 29px;
    height: 21px;
}

.range-value-wrap {
    display: inline-block
}

.disable-btn {
    cursor: not-allowed !important;
    background-color: #A7A6A6 !important;
}

.price-con-top .dropdown .dropdown-menu {
    width: 76px;
    text-align: center;
}

.dropdown .dropdown-menu li {
    text-align: center;
}

.price-con-top .dropdown .dropdown-menu a {
    display: inline;
    padding: 0;
}

.nav-wrap i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(../img/ucloud_nav2.png);
}

.iconprice-list{background-position: 0 0;}
.iconprice-cloud {
    background-position: 39px 0;
}

.iconprice-physical {
    background-position: 20px 0;
}


.iconprice-hybrid {
    background-position: 199px 0;
}

.iconprice-disk {
    background-position: 178px 0;
}

.iconprice-database {
    background-position: 159px 0;
}

.iconprice-memory {
    background-position: 139px 0;
}

.iconprice-loadbalancing {
    background-position: 119px 0;
}

.iconprice-cdn {
    background-position: 79px 0;
}

.iconprice-store {
    background-position: 59px 0;
}

.iconprice-security {
    background-position: 99px 0;
}

.jslider .jslider-scale ins {
    background-color: #f0f0f0;
}

/*帮助*/
.tab-help-content {
    border: 1px solid #ccc;
    padding: 30px;
}

.tab-help-content * {
    font-family: "Microsoft Yahei", "黑体", "Verdana", "Helvetica", "sans-serif";;
    color: #666;
}

.tab-help-content a {
    color: #f60;
    font-size: inherit;
}

.tab-help-content h2 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f60;
}

.tab-help-content h5 {
    font-size: 14px;
    color: #f60;
}

.tab-help-content p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
}

/*机型*/
.host-type-table {
    border-collapse: collapse;
    width: 100%;
    line-height: 30px;
}

.host-type-table td {
    border: 1px solid #B1B1B1;
    font-size: inherit;
    text-align: center;
    font-size: 12px;
}

.host-type-table thead {
    background-color: #EAEAEA;
}

/*推荐配置*/
.prod-anchor {
    display: none;
}

.active .prod-anchor {
    display: block;
}

.prod-anchor:after, .prod-config:after, .tab-help-btn-list:after {
    display: table;
    content: '';
    clear: both;
}

.prod-config {
    float: left;
    width: 45%;
    padding-left: 46px;
}

.prod-config .img {
    float: left;
    width: 142px;
    height: 142px;
    margin-right: 2%;
    vertical-align: top;
}

.prod-config .con-detail {
    float: left;
    font-size: 12px;
    margin-top: 26px;
}

.prod-case {
    float: left;
    width: 16%;
}

.prod-case li {
    text-align: center;
    font-size: 12px;
}

.prod-case img {
    width: 60px;
}

.con-detail .money {
    color: #f60;
    font-size: 18px;
}

/*机型*/
#type .prod-anchor p {
    padding-bottom: 5px;
}

#type .prod-anchor table {
    margin-bottom: 5px;
}

#type .prod-anchor h5 {
    margin-top: 25px;
}

/*按钮*/
.tab-help-btn-list li {
    float: left;
    width: 24.9%;
    line-height: 45px;
    font-size: 16px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    text-align: center;
    color: #666;
}

.tab-help-btn-list li.active {
    color: #f60;
    border: 1px solid #ccc;
    border-top: 3px solid #f60;
    border-bottom: none;
    margin-bottom: -1px;
}

.original-price {
    text-decoration: line-through;
    color: #9E9A98;
}

.show-original-price {
    font-weight: bold;
    color: #FF6600;
}

.cloud-promotion {
    background: url(/images/cu_w.png) no-repeat;
    background-position: 100% 0%;
}

.show-price {
    font-size: 15px;
    font-weight: bold;
}

.tooltip {
    position: absolute;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    color: #284d55;
    z-index: 10000;
    padding: 1px;
    width: 310px;
    min-height: 50;
    height: auto!important;
    margin-top: 8px;
    margin-left: -111px;
    border: 1px solid #ddd;
}

/*物理云主机*/

.explain {
    background: #edeff2;
    padding: 6px;
    color: #666;
    line-height: 16px;
    width: 388px; 
    margin-left: 74px;
    margin-bottom: 5px;
}

.red {
    color: red!important;
}

.advanced-options {
    color: #358bf2;
    cursor: pointer;
}

.market-image {
    width: 300px;
}
.iconprice-kytd {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 5px;
vertical-align: middle;
background-image: url(../img/ucloud_nav3.png) !important;
background-position: 219px 0;
}


/*   头部图片切换    */
.flexslider {
    position: relative;
    width: 100%;
    height: 275px;
    overflow: hidden;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

li{
    list-style:none;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 50px;
}

.flex-direction-nav .flex-prev {
    left: 50px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 275px;
    display: block;
}
/*   头部图片切换    */