@charset "utf-8";

/* GLOBAL */
* {
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size:15px;
    font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
    color: #333;
    line-height:1.5;
    background-color:#fff;
}
ul , li {
    list-style: none;
}
h2,h3,h4 {
    font-weight:normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color:#1460ad;
}
::-moz-placeholder {
    color: #aaa;
}
:-ms-input-placeholder {
    color: #aaa;
}
::-webkit-input-placeholder {
    color: #aaa;
}
.clear {
    clear: both;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.justify {
    text-align: justify;
}
.textleft {
    text-align: left;
}
.textcenter {
    text-align: center;
}
.f14 {
    font-size:14px;
}
.lineheight2 {
    line-height: 2;
}
.hidden {
    display:none;
}
.wrapper {
    min-width: 1200px;
    width: 1200px;
    margin: 0 auto;
}


/* Header */
.wrapper-header .header-line {
    height:24px;
    background:#e6e8ec;
}
.wrapper-header {
    height: 110px;
    background-color:rgba(255,255,255,1);
    border-bottom:1px solid #fff;
    width:100%;
    z-index: 99;
    box-shadow:0 0 8px 4px #ddd;
}
.wrapper-header .logo {
    position:absolute;
    height:55px;
    top:14px;
    left:20px;
}
.wrapper-header .logo img {
    /*width:138px;*/
    height:55px;
    border:0;
}
.wrapper-header-fixed {
    position:fixed;
    z-index: 99;
    height: 80px;
}
.wrapper-header-fixed .logo {
    top:0;
}
.wrapper-header-fixed .menu {
    top:25px;
}
.wrapper-header-fixed .submenu {
    top:25x;
}
.mobile-nav-icon {
    display:none;
    position:absolute;
    width: 48px;
    height: 40px;
    background: url(../images/m/menu.png) scroll no-repeat center center;
    right: 6px;
    top: 7px;
    z-index:99;
}
.wrapper-header .menu {
    height:36px;
    width: 618px;
    position:absolute;
    top:31px;
    right: 240px;
    display:block;
    font-size:18px;
    font-weight:bold;
}
.wrapper-header .menu .fa {
    color:#666;
    font-size:12px;
    margin-left:2px;
}
.wrapper-header .menu li {
    position:relative;
    float:left;
    line-height:36px;
    letter-spacing:1px;
    text-align:center;
    font-size:16px;
    padding:0 15px;
}
.wrapper-header .menu li:first-child ul {
    height:0;
    padding:0;
    margin:0;
}
.wrapper-header .menu li a {
    color:#333;
    height: 36px;
    display: inline-block;
}
.wrapper-header .menu li a.selected,
.wrapper-header .menu li a:hover {
    color:#1460ad;
}
.wrapper-header .menu ul {
    position:absolute;
    z-index:999;
    left:-1px;
    display:none;
    background-color:rgba(255,255,255,0.85);
    /*padding-bottom:6px;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;*/
}
.wrapper-header .menu ul:before {
    display:block;
    width:85px;
    height:1px;
    background:#ff6501;
    position:absolute;
    top:0;
    left:12px;
    content: "";
}
.wrapper-header .menu ul li {
    height:40px;
    text-align:center;
    border:0px solid transparent;
    font-size:15px;
}
.wrapper-header .menu ul li a {
    width:100%;
    height:40px;
    line-height:40px;
    font-weight:normal;
    text-decoration: none;
    display:block;
    color:#444;
    transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -webkit-transition: all 200ms linear 0ms;
}
.wrapper-header .menu ul li a:hover {
    color:#fff;
    background-color:#ff6501;
}

.wrapper-header .submenu {
    width:200px;
    height:32px;
    position:absolute;
    top:34px;
    right: 0;
}
.wrapper-header .submenu .topsearch {
    height:30px;
    position:relative;
    line-height:30px;
    text-indent: 28px;
    background:#efecec url(../images/icon_search.png) scroll no-repeat 8px center;
    border:0;
    border-radius:6px;
    font-size:16px;
}


/* Banner */
.wrapper-banner {
    /*height:650px;*/
    position:relative;
    text-align: center;
    overflow: hidden;
    /*background: url(../images/20191105161931.jpg) scroll no-repeat center center;*/
    position: relative;
}
.wrapper-banner img {
    width:100%;
}
.banner-inner {
    height:auto;
}

.wrapper-breadcrumb {
    height:60px;
    line-height:60px;
    box-shadow:0 6px 4px #ddd;
}
.product-detail {
    background-color:#0056a8;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:bold;
}

/* wrapper-product-category */
.wrapper-product-category  {
    height:150px;
    box-shadow:0 0 10px 5px #ddd;
}
.wrapper-product-category  a {
    width:110px;
    height:120px;
    display: inline-block;
    margin:15px 25px;
    background-position:center center;
    background-repeat:no-repeat;
}
.wrapper-product-category  a:hover {
    background:#005cab;
    background-size: contain;
    background-position:center center;
    background-repeat:no-repeat;
}
.wrapper-product-category  .c1 {
    background-image: url(../images/category1.png);
}
.wrapper-product-category  .c2 {
    background-image: url(../images/category2.png);
}
.wrapper-product-category  .c3 {
    background-image: url(../images/category3.png);
}
.wrapper-product-category  .c4 {
    background-image: url(../images/category4.png);
}
.wrapper-product-category  .c5 {
    background-image: url(../images/category5.png);
}
.wrapper-product-category  .c6 {
    background-image: url(../images/category6.png);
}
.wrapper-product-category  .c1:hover {
    background-image: url(../images/category1_hover.png);
}
.wrapper-product-category  .c2:hover {
    background-image: url(../images/category2_hover.png);
}
.wrapper-product-category  .c3:hover {
    background-image: url(../images/category3_hover.png);
}
.wrapper-product-category  .c4:hover {
    background-image: url(../images/category4_hover.png);
}
.wrapper-product-category  .c5:hover {
    background-image: url(../images/category5_hover.png);
}
.wrapper-product-category  .c6:hover {
    background-image: url(../images/category6_hover.png);
}

.wrapper-newproduct,
.wrapper-promotion,
.wrapper-ranking,
.wrapper-technology,
.wrapper-links {
    padding-top:60px;
    position:relative;
}

.wrapper-newproduct .item {
    width:360px;
    height:418px;
    float:left;
    margin-right:50px;
    background-color:#f2f2f2;
    border:1px solid #f1f1f1;
}
.wrapper-newproduct .item  img {
    
}
.wrapper-newproduct .item:last-child {
    margin-right:0;
}

.wrapper-promotion .item {
    width:274px;
    height:138px;
    float:left;
    margin-right:34px;
}
.wrapper-promotion .item img {
    width:274px;
    height:136px;
    border: 1px solid #eee;
}
.wrapper-promotion .item h4 {
    width:272px;
    height:30px;
    line-height:30px;
    text-align:left;
    text-indent:6px;
    overflow:hidden;
}
.wrapper-promotion .item:last-child {
    margin-right:0;
}

.wrapper-newproduct .item:hover,
.wrapper-promotion .item:hover
{
    background-color:#3792e1;
    color:#fff;
}

.wrapper-ranking .wrappertab {
    height:80px;
    width:370px; /*width:550px;*/
    margin:0 auto;
}
.wrapper-ranking .tab {
    width:180px;
    height:46px;
    line-height:46px;
    float:left;
    margin-right:-1px;
    border:1px solid #bfbfbf;
    color:#333;
    text-align:center;
    cursor:pointer;
}
.wrapper-ranking .tab:hover {
    background-color:#cee8ff;
}
.wrapper-ranking .tab.selected {
    border:1px solid #005cab;
    background-color:#005cab;
    color:#fff;
}
.wrapper-ranking .item {
    width:268px;
    height:378px;
    float:left;
    margin-right:42px;
    border:1px solid #fefefe;
    border-radius:3px;
    background-position:top right;
    background-repeat:no-repeat;
    background-color:#f8f8f8;
}
.wrapper-ranking .item:hover {
    background-color:#f2f2f2;
}
.wrapper-ranking .item.no1 {
    background-image:url(../images/no1.png);
}
.wrapper-ranking .item.no2 {
    background-image:url(../images/no2.png);
}
.wrapper-ranking .item.no3 {
    background-image:url(../images/no3.png);
}
.wrapper-ranking .item.no4 {
    background-image:url(../images/no4.png);
}
.wrapper-ranking .item:last-child {
    margin-right:0;
}
.wrapper-ranking .item .img {
    background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    height: 300px;
}
.wrapper-ranking .item h3 {
    text-align:center;
}
.wrapper-ranking .item h4 {
   color:#888;
   text-align:center;
   font-size:12px;
}


.wrapper-technology .video1 {
    width:48%;
    float:left;
    text-align:left;
}
.wrapper-technology .video2 {
    width:48%;
    float:right;
    text-align:right;
}
.wrapper-technology .video1 img,
.wrapper-technology .video2 img {
    width:100%;
}
.wrapper-technology .link {
    clear:both;
    margin:64px auto 32px auto;
}

.wrapper-links .item {
    width:290px;
    height:153px;
    float:left;
    margin-right:13px;
    background-color:#fafafa;
}
.wrapper-links .item:last-child {
    margin-right:0;
}

.bigtitle {
    font-size: 24px;
    font-weight:normal;
    color:#1e1e1e;
    text-align:center;
    position:relative;
    height:50px;
    margin-bottom:30px;
}
.bigtitle::after {
    display: block;
    width: 40px;
    height: 2px;
    background: #005cab;
    position: absolute;
    left:50%;
    margin-left:-20px;
    top: 40px;
    content: "";
}

/** footer **/
.wrapper-footer {
    margin-top:60px;
    min-height:369px;
    border-top:3px solid #005cab;
    position:relative;
    background:#efefef url(../images/bottom-bg.png) scroll no-repeat center top;
    color:#666;
    padding: 12px 0 0 0;
    clear:both;
}
.wrapper-footer .blocks {
    position:absolute;
    width:666px;
    height:auto;
    left:2px;
    top:130px;
}
.wrapper-footer .block {
    position:relative;
    float: left;
    width:130px;
}
.wrapper-footer .block  p {
    color:#404040;
    text-align:left;
    text-indent:0;
    line-height:2;
    font-size:17px;
}
.wrapper-footer .block  a {
    color:#777;
    font-size:15px;
}
.wrapper-footer .block  a:hover {
    color:#000;
}
.wrapper-gototop {
    height:44px;
    line-height:44px;
    text-align:center;
    background:#3e3e3e url(../images/gototop.png) scroll no-repeat center center;
    color:#fff;
    text-align:center;
}
.wrapper-gototop a {
    display:block;
    width:640px;
    height:40px;
    margin:2px auto;
}
.wrapper-copyright {
    text-align:center;
    background:#434343;
    color:#fff;
    padding:30px 0;
    line-height:2;
    font-size:14px;
}
.wrapper-copyright a {
    color:#eee;
}


.wrapper-inner {
    padding-top:60px;
    position:relative;
}


/* ABOUT */
.wrapper-about > div {
    
    
}
.wrapper-about .left {
    float:left;
    width: 480px;
    height: 540px;
    background:#005cab;
    overflow:hidden;
    color:#fff;
}
.wrapper-about .middle {
    float:left;
    width: 342px;
    height: 540px;
    margin-left:18px;
    overflow:hidden;
}
.wrapper-about .right {
    float:right;
    width: 342px;
    height: 540px;
    overflow:hidden;
}
.wrapper-about .item {
    width:342px;
    height:260px;
    margin-bottom:20px;
    background:#f8f8f8;
    padding:30px 36px 10px 36px;
    position:relative;
}
.wrapper-about .item:hover {
    color:#fff;
    background:#005cab;
}
.wrapper-about .item:hover h3 {
    color:#fff;
}
.wrapper-about .item:hover .moreinfo {
    color:#fff;
    border:1px solid #fff;
}
.wrapper-about .item h3 {
    color:#005cab;
    margin-bottom:10px;
}
.wrapper-about .item-left {
    padding:20px 24px 10px 24px;
    height:240px;
    position:relative;
}
.wrapper-about .item-left h3 {
    margin-bottom:10px;
}
.wrapper-about .moreinfo {
    position:absolute;
    right:30px;
    bottom:30px;
    display:block;
    width:100px;
    height:32px;
    line-height:32px;
    text-align:center;
    border:1px solid #005cab;
    color:#005cab;
    cursor:pointer;
}
.wrapper-about .item-left .moreinfo {
   color:#fff;
   border:1px solid #fff;
}


/* SERVICE */
.wrapper-service .item {
    margin-bottom:40px;
    background:#f8f8f8;
}
.wrapper-service .item .left {
    float:left;
    width:50%;
    height:250px;
}
.wrapper-service .item .right {
    float:right;
    width:50%;
    height:250px;
}
.wrapper-service .item .txt {
    padding:30px 36px 10px 36px;
    position:relative;
    
}
.wrapper-service .item .txt h3 {
    color:#333;
    margin-bottom:10px;
    font-weight:bold;
}
.wrapper-service .item .txt .moreinfo {
    position:absolute;
    right:30px;
    bottom:30px;
    display:block;
    width:100px;
    height:32px;
    line-height:32px;
    text-align:center;
    border:1px solid #005cab;
    color:#005cab;
    cursor:pointer;
}
.wrapper-service .item .txt:hover {
    color:#fff;
    background:#005cab;
}
.wrapper-service .item .txt:hover h3 {
    color:#fff;
}
.wrapper-service .item .txt:hover .moreinfo {
    color:#fff;
    border:1px solid #fff;
}
.wrapper-service .download {
    background:#fff;
}

/* NEWS */
.wrapper-news .sidebar {
    float:left;
    width:290px;
    min-height:200px;
}
.wrapper-news .sidebar .sidebarlogo {
    height:50px;
    background:url(../images/sidebarlogo.png) scroll no-repeat left center;
}
.wrapper-news .sidebar li {
    margin:10px 0;
}
.wrapper-news .sidebar li a {
    background:#eee;
    height:55px;
    line-height:55px;
    text-indent:2em;
    margin:8px 0;
    width:90%;
    display:block;
}
.wrapper-news .sidebar li a:hover,
.wrapper-news .sidebar li a.selected {
    background-color:#145fad;
    color:#fff;
    width:100%;
    font-weight:bold;
}
.wrapper-news .sidebar li ul {
    display:block;
    margin-top:-8px;
    width:90%;
    background:#f4f4f4;
    padding:6px 0;
}
.wrapper-news .sidebar li ul li a {
    height:36px;
    line-height:36px;
    text-indent:4em;
    width:100%;
    margin:0;
    background:#f4f4f4 url(../images/icon-arrow.png) scroll no-repeat 3em center;
}
.wrapper-news .sidebar li ul li a:hover {
    color:#145fad;
    background-color:#ececec;
    font-weight:bold;
}
.wrapper-news .sidebar li ul li a.selected {
    color:#222;
    background-color:#ececec;
    font-weight:bold;
}
.wrapper-news .content {
    float:right;
    width:880px;
    line-height:1.6;
    margin-top: 60px;
}
.newscontent li {
    position:relative;
    line-height:52px;
    font-size:16px;
    color:#333;
    padding: 0 16px 0 16px;
}
.newscontent li:nth-child(odd) {
    background-color:#f6f6f6;
}
.newscontent li em {
    float:right;
    color:#666;
}
.newscontent li em a {
    color:#145fad;
}
.newscontent li em.link {
    font-style: normal;
}
.wrapper-news .content h3.title{
    font-weight:bold;
    font-size:20px;
    border-left:6px solid #0056a8;
    padding-left:16px;
    color:#222;
    margin:0 0 15px;
}
.wrapper-news .content h4.time{
    font-size:15px;
    color:#333;
    margin:16px 0 24px;
}

.wrapper-news .download {
    margin-top: 0;
}
.wrapper-news .download h2 {
    height: 58px;
    margin-bottom:1px;
    border-bottom:1px solid #ddd;
    background-repeat:no-repeat;
    background-position: left center;
}
.wrapper-news .download .charges {
    background-image: url(../images/title_charges.png);
}
.wrapper-news .download .contact {
    background-image: url(../images/title_contact.png);
}
.wrapper-news .download .data {
    background-image: url(../images/title_data.png);
}
.wrapper-news .download .pname {
    display:block;
    float:left;
    width:160px;
}

.detailcontent img {
    max-width: 800px;
}

.wrapper-product > div img {
    width:100%;
}
.wrapper-product .title {
    font-weight:bold;
    font-size:18px;
    line-height:2;
    height:40px;
    color:#333;
    text-indent:20px;
    border-bottom:1px solid #ddd;
}
.wrapper-product .title span {
    font-weight:normal;
    font-size:16px;
    color:#666;
    text-indent:40px;
}
.wrapper-product .filters {
    padding-left:20px;
}
.wrapper-product .filters div {
    border-bottom:1px solid #eee;
    height:48px;
    line-height:46px;
}
.wrapper-product .filters div label {
    width:108px;
    display:inline-block;
    color:#666;
}
.wrapper-product .filters div span {
    padding:0 10px;
    display:inline-block;
    color:#222;
    cursor:pointer;
    height: 32px;
    margin-top: 5px;
    line-height: 32px;
}
.wrapper-product .filters div span:hover{
    color:#005cab;
}
.wrapper-product .filters div span.selected{
    color:#fff;
    border:1px solid #005cab;
    background-color:#1f7dcd;
}
.wrapper-product .item {
    float:left;
    width:30%;
    height:420px;
    margin: 20px;
    border:1px solid #eee;
    padding:15px 15px 25px 15px;
    background-color:#fff;
    cursor:pointer;
    position:relative;
}
.wrapper-product .item .pricelabel {
    position:absolute;
    top:0;
    left:28px;
    width:81px;
    height:90px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:top center;
    background-image:url(../images/pricelabel.png);
    font-size:24px;
    font-weight:bold;
    font-style:italic;
    text-indent:12px;
    letter-spacing:-1px;
    color:#fff;
    line-height:90px;
}
.wrapper-product .item .price5 {
    font-size:20px;
    text-indent:11px;
}
.wrapper-product .item:hover {
    border:1px solid #005cab;
}
.wrapper-product .item .img {
    background-size: contain;
    background-position:center center;
    background-repeat: no-repeat;
    height: 300px;
}
.wrapper-product .item h3 {
    text-align:center;
}
.wrapper-product .item h4 {
   color:#888;
   text-align:center;
}
.product-detail-banner {
    margin: 16px auto 10px auto;
    max-width: 1200px;
}

.wrapper-service-store {
    position:relative;
}
.wrapper-service-store .left {
    float:left;
    width:380px;
    height:560px;
    overflow:hidden;
}
.wrapper-service-store .left .stores {
    width:380px;
    height:524px;
    overflow:auto;
}
.wrapper-service-store .container {
    float:right;
    width:800px;
    height:560px;
}
.wrapper-service-store select {
    border:1px solid #ccc;
    height:34px;
    width:100px;
    text-align:center;
    padding:2px 5px;
}
.wrapper-service-store input {
    border:1px solid #ccc;
    height:36px;
    width:171px;
    padding:2px 5px;
}
.wrapper-service-store .item {
    border-bottom:1px solid #eee;
    min-height:68px;
    padding:10px 2px 8px 8px;
    display:block;
    cursor:pointer;
}
.wrapper-service-store .item name {
    display:block;
    color:#145fad;
    font-size:16px;
    line-height:1.6;
}
.wrapper-service-store .item address {
    display:block;
    color:#555;
    font-size:15px;
    font-style:normal;
}
.wrapper-service-store .item:hover {
    background-color:#c1ddf4;
}
.infowindowimg {
    max-width:300px;
    
}

/* homepage-content */
.homepage-content {
    -webkit-box-shadow: 1px 2px 28px 2px rgba(12,12,12,.17);
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    box-shadow: 1px 2px 28px 2px rgba(12,12,12,.17);
    height: auto;
    margin: 20px auto;
    padding-top: 8px;
    font-size:16px;
    background:#fff;
}
.homepage-content h2 {
    line-height:36px;
    font-size:16px;
    color:#2c3e50;
    border-bottom:1px solid #ccc;
    font-weight: bolder;
    text-indent:20px;
    margin-bottom:20px;
}
.homepage-content h3 {
    line-height:32px;
    font-size:16px;
    color:#333;
    font-weight: bold;
}
.homepage-content ul {
    clear:both;
    padding:0;
}
.homepage-content li {
    height:150px;
    position:relative;
    clear:both;
    margin:20px 0;
}
.homepage-content li:hover {
    background-color:#f8f8fe;
}
.homepage-content img {
    height: 150px;
    width: 250px;
    margin-left: 20px;
    border:1px solid #eee;
    float:left;
}
.homepage-content .content {
    margin-left:288px;
}
.homepage-content .content .summary {
   line-height:1.5;
   color:#777;
   height:95px;
   padding-right:140px;
   overflow:hidden;
   font-size:14px;
}
.homepage-content .content em {
   color:#999;
   font-size:14px;
}

.wrapper-nanoe img {
    width:100%;
}
.nanoetab {
    height:60px;
    margin:0 auto;
}
.nanoetab .tab {
    width:30%;
    height:58px;
    line-height:58px;
    float:left;
    margin-left: 28px;
    background:#568bbd;
    color:#fff;
    font-size:22px;
    text-align:center;
    cursor:pointer;
}
.nanoetab .tab:hover,
.nanoetab .tab.selected {
    background-color:#0056a8;
}

/* Static Page */
.wrapper-static {
    font-size:16px;
    line-height:1.6;
    background-color: #fff;
}
.wrapper-static .title {
    padding:20px 0;
    line-height:104px;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    background: url(../images/title.bg.png) no-repeat center center;
}
.wrapper-static .content {
    width:980px;
    margin:0 auto;
    line-height:1.6;
    min-height:200px;
}


.preview-image-800 {
    max-width:800px;
}
.preview-image-300 {
    max-width:300px;
}
.preview-image-640 {
    max-width:640px;
}

.table {
    border: 0;
    box-sizing: border-box;
    border-collapse: separate;
    margin-bottom: 20px;
    width:100%;
    border-spacing: 0;
    font-size:15px;
}
.table small {
    font-size:80%;
    color:#ea7c52;
    font-weight:normal;
}
.table th {
    padding: 20px 12px 20px 0;
    background:#f2f2f2;
    vertical-align:middle;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    text-align:right;
    width:190px;
    font-weight:normal;
    color:#666;
}
.table tr:nth-child(2n) th {
    background:#f6f6f6;
}
.table td {
    background:#fff;
    vertical-align:middle;
    border-bottom:1px solid #eee;
    text-align:left;
    padding:10px;
    color:#333;
}
.table .column {
    text-align:center;
    font-weight:bold;
    font-size:16px;
    color:#555;
}
.table .notice {
    color:#999;
}
.table tr:first-child td {
    border-top:1px solid #eee;
}
.table input[type=text], .table input[type=password], .table textarea {
    width:90%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding:5px 10px;
}
.table select {
    width:80%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding:5px 10px;
}
.table input, .table textarea, .table select {
    font-size:16px;
}
.table textarea {
    height: 150px;
    line-height: 1.32;
}
.table .moreinfo {
    display:none;
}
.table .showmoreinfo {
    height:18px;
    font-size:12px;
    text-align:center;
    color:#6a88dc;
    background:#f8f8f8;
    padding:2px 0;
    cursor:pointer;
}

.table2 th, .table2 td {
    text-align: center;
}
.table2 th {
    height:24px;
    font-size:14px;
    padding:10px;
}



/* INPUT:radio 美化 */
.radio {
    display: inline-block;
    position: relative;
    line-height: 18px;
    margin: 6px 8px 6px 0;
    cursor: pointer;
}
.radio input{
    display: none;
}
.radio .radio-bg {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-right: 3px;
    padding: 0;
    background-color: #eee;
    border-radius: 100%;
    vertical-align: top;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.1) inset, 1px -1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}
.radio .radio-on{
    display: none;
}
.radio input:checked + span.radio-on{
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 100%;
    background: #ff6501;
    top: 1px;
    left: 1px;
    transform: scale(0, 0);
    transition: all 0.2s ease;
    transform: scale(1, 1);
    display: inline-block;
}


.upload-image-tip {
    padding:6px;
    color:#ea7c52;
    position:absolute;
    left: 290px;
    top:4px;
    width: 400px;
}
.upload-image-div {
    height:386px;
    width:273px;
    border:1px solid #f2f2f2;
    background-color:#f9efe7;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    background-image:url(../images/upload-sign-big.png);
    position: relative;
}
.upload-image-span {
    height:100%;
    width:100%;
    display:block;
    position: relative;
}
.upload-image-span:hover {
    background:url(../images/upload-sign.png) no-repeat center center;
}
.upload-image-btn {
    height:100%;
    width:100%;
    display:block;
    text-align: center;
    color: #ff6501;
}
.upload-image-delete {
    position:absolute;
    right:5px;
    bottom:5px;
    font-size:16px;
    z-index:999;
    cursor:pointer;
    color:#666;
}
.uploadify-queue {
    width: 100%;
    position: absolute;
    bottom: 5px;
}
.uploadify-progress {
    width:96%;
    margin-left: 2%;
    border: 2px solid #ce6e1c;
}
.uploadify-progress-bar {
    background-color: #ff8d00;
}



.downloadsearch {
    padding:8px 0;
    border-bottom:1px solid #eee;
}
.downloadsearch select {
    border:1px solid #ccc;
    height:37px;
    width:100px;
    text-align:center;
    padding:2px 5px;
    border-radius:3px;
}
.downloadsearch input {
    border:1px solid #ccc;
    height:36px;
    width:171px;
    padding:2px 5px;
    border-radius:3px;
}
.downloadsearch input.btn {
    color:#fff;
    background:#145fad;
}

