body {
    background: black;
    color: white;
    font-size: 16px;
    font-family: 'Microsoft YaHei', arial, sans-serif;
}

input,
button {
    outline: none;
}

[role="content"] {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 100%;
}

div[role="language-setting"] {
    height: 3em;
}

div[role="language-setting"]>div>div {
    float: right;
    line-height: 3em;
}

div[role="language-setting"]>div>span {
    line-height: 3em;
    color: #aaaaaa;
}

[role="language-setting"] img {
    cursor: pointer;
}

section {
    /*margin-bottom: 3em;*/
    padding-top: 1em;
    padding-bottom: 4em;
    overflow: hidden;
    /*background-image: url('bkgd-1.jpg');*/
    background: transparent;
    background-size: cover;
}

header[role="site-header"],
table.userInfo-accountsTable td button,
aside[role="userInfo"]:after,
article[role="provider-demo"] header {
    background: -webkit-linear-gradient(#CA943E, #684002);
    /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#CA943E, #684002);
    /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#CA943E, #684002);
    /* Firefox 3.6-15 */
    background: linear-gradient(#CA943E, #684002);
    /* Standard syntax */
    /*background-image:  url(header-bkgd.jpg);
    background-size: 100%;*/
}



header[role="site-header"] {
    height: 8em;
    position: relative;
}

header[role="site-header"] div.logoWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30em;
}

div.account-form {
    position: absolute;
    right: 0;
    width: 55%;
    height: 100%;
    padding: 0.5em;
    box-sizing: border-box;
}

div.account-form>form {
    height: 100%;
    width: 75%;
    display: inline-block;
    box-sizing: border-box;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

div.account-form>form>div {
    line-height: 3em;
    width: 50%;
    position: relative;
}

div.account-form>form>div:nth-child(odd) {
    float: left;
}

div.account-form>form>div:nth-child(even) {
    float: right;
}

div.account-form input {
    background: #222222;
    border: none;
    height: 30px;
    width: 90%;
    padding-left: 0.6em;
    box-sizing: border-box;
    color: white;
    font-size: 16px;
    vertical-align: middle;
}

[role="account-form-submissions"]>input[type="submit"] {
    background: #9c070b;
    width: 40%;
    height: 36px;
    color: white;
    padding-left: initial;
    padding-right: initial;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #D80308;
}

div.account-form>div[role="account-form-register"] {
    display: inline-block;
    width: 24%;
    height: 100%;
    vertical-align: top;
    /*position: re*/
}


div[role="account-form-username"]:before {
    content: ' V8 ';
    position: absolute;
    top: 11px;
    height: 30px;
    line-height: 30px;
    background: #9c070b;
    font-size: 0.8em;
    width: 2em;
    text-align: center;
}

div[role="account-form-username"]>input {
    padding-left: 2em;
}

div[role="account-form-recaptcha"]>input {
    width: 45%;
}

div[role="account-form-recaptcha"]>div {
    width: 45%;
    display: inline-block;
}



div[role="account-form-register"] a {
    width: 90%;
    position: relative;
    left: 10%;
    height: 60%;

    top: 15%;
    font-size: 1em;
    border-radius: 1px;
    display: inline-block;
    cursor: pointer;
}

div[role="account-form-register"] button {
    border: none;
    background: linear-gradient(yellow, #996600);
    height: 100%;
    width: 100%;
    font-size: 1.2em;
}

div[role="account-form-submissions"]>a {
    text-decoration: none;
    font-size: 0.8em;
    
    line-height: 1em;
    width: 50%;
    vertical-align: middle;
    display: inline-block;
}

div.account-form ul.stct-center-cells {
    text-align: left;
}

div.account-form li a {
    /*text-decoration: none;*/
    color: #2b2b2b;
}

div.account-form button[role="account-form-logout"] {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #df1218;
    border: none;
    color: white;
    /*width: 5em;*/
    height: 3em;
    cursor: pointer;
}

div.account-form button[role="account-form-logout"]:hover {
    background-color: #9c070b;
}

div.account-form header {
    line-height: 3em;
}

div.account-form-online li a:hover {
    color: #f39800;
}


section:nth-child(odd),
div[role="language-setting"],
nav[role="site-navigation"] {
    background: #222222;
}


nav[role="site-navigation"] {
    /*transition: all 0.2s;*/
}

nav[role="site-navigation"] div[role="content"] {
    z-index: 2;
}

nav[role="site-navigation"].mod-fixedNav {
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    z-index: 99!important;
    top: 0!important;
}

section h2 {

    font-size: 1.8em;
    line-height: 3em;
}

section h2,
article[role="provider-demo"] header a {
    background: linear-gradient(yellow, red);
    /*#996600*/
    /*linear-gradient(white, yellow);*/
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
}

div.contact-methods {
    font-size: 0.8em;
}

nav[role='site-navigation']>div>ul>li:hover {
    background: #F39800;
}

nav[role='site-navigation'] li a {
    text-decoration: none;
    color: white;
}





/* nav中的hover下拉菜单 */

nav[role='site-navigation'] ul ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
}

nav[role='site-navigation']>div>ul>li:hover>ul {
    display: block;
}

nav[role='site-navigation'] li li {
    background: black;
    border-bottom: solid 1px #aaaaaa;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

nav[role='site-navigation'] li li>a:hover {
    color: #F39800;
}

section.mobiles>img {
    width: 100%;
    /*background: url('mobiles.jpg') no-repeat;*/
    /*min-height: 20em;*/
    /*background-size: contain;*/
}

footer {
    /*background-color: #333333;*/
    background-image: url('/images/bkgd-2.jpg');
    /* background-image: url('bkgd-complex-color.jpg');
    background-repeat: repeat;
    background-size-y: 100%;*/
}

footer div[role="site-links"] {
    color: #aaaaaa;
}

footer div[role="site-links"]>p {
    text-align: center;
    line-height: 3em;
}


.fixed-full-bkgd {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#index-bkgd {
    background-image: url('/images/bkgd-1.jpg');
    /*filter: grayscale(100%) blur(3px);*/
    background-size: 100% 100%;
}








/*  footer part */

[role="site-links"] {
    line-height: 3em;
}

[role="site-links"] li {
    width: 10%;
}

[role="site-links"] li:after {
    content: '';
    position: absolute;
    top: 10%;
    right: 0;
    bottom: 10%;
    border-right: solid 1px #666666;
}

[role="site-links"] li:last-child:after {
    border-right-width: 0;
}

[role="site-links"] a {
    text-decoration: none;
    color: #aaaaaa;
}

#provider-logo-list {
    padding-top: 1em;
    padding-bottom: 1em;
}

#provider-logo-list>li {
    width: 16%;
    height: 4em;
}









/* provider demo */

article[role="provider-demo"] {
    overflow: hidden;
    /*display: none;*/
}

article[role="provider-demo"].active {
    display: block;
}

article[role="provider-demo"] header {
    background-color: #666666;
    overflow: hidden;
    height: 5em;
    position: relative;
    /*color: black;*/
}

article[role="provider-demo"] header input {
    height: 36px;
    width: 200px;
    border: none;
    background: white;
    color: black;
    border-radius: 2px;
    font-size: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}

article[role="provider-demo"] header h3 {
    /*text-indent: -2000px;*/
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 30%;
    right: 30%;
    text-align: center;
    line-height: 2em;
    font-size: 2em;
}

article[role="provider-demo"] header a,
article[role="provider-demo"] header label {
    position: absolute;
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
    font-size: 1.3em;
    font-weight: 900;
}

article[role="provider-demo"] header label:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    content: "\f021";
    line-height: 36px;
    /*color: red;*/
    font-size: 18px;
    font-family: FontAwesome;
    background: black;
    cursor: pointer;
    text-align: center;
}

article[role="provider-demo"]>div {
    float: left;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
    /*background-color: #1B1B1B;*/
    background-color: transparent;
}

aside[role="userInfo"], aside[role="customer-services"] {
    position: fixed;

    right: initial;
    left: 0;

    top: 11em;
    border: solid 1px white;
    /*border-left-width: 0;*/
    background-color: rgba(0, 0, 0, .7);
    padding: 0.5em;
    transition: all 0.3s;

    z-index: 10;
}
aside[role="customer-services"] {
    right: 0;
    left: initial;
    background: url('/images/functionals/services.png');
    background-size: 100% 100%;
    height: 476px;
    width: 140px;
    border: none;
    text-align: center;
}

aside[role="userInfo"]:after {

    content: '隐藏';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 2em;
    font-size: 1em;
    text-align: center;
    line-height: 2em;
}


aside[role="userInfo"].mod-state-hide {
    right: 100%;
    left: initial;
}


aside[role="userInfo"].mod-state-hide:after {
    content: '账户信息 >>';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2em;
    height: 100%;
    font-size: 1.5em;
    max-height: 6em;
    transition: all 0.3s;
}



aside[role="customer-services"] > div {
    
    position: absolute;
    
    
    text-align: center;
    left: 0;
    right: 0;
}
aside[role="customer-services"] > div a {
    text-decoration: none;
    color: orange;
    font-weight: 900;
}

aside[role="customer-services"] div[role="qq1"]{
    top: 228px;
}


aside[role="customer-services"] div[role="qq2"]{
    top: 274px;
}
aside[role="customer-services"] div[role="hotline"]{
    top: 328px;
    font-size: 0.8em;
}
aside[role="customer-services"] div[role="closer"]{
    bottom: 10px;
}
aside[role="customer-services"] div[role="closer"] a{
    background: #333333;
    color: #626262;
    /*cursor: pointer;*/
}


/*
aside[role="userInfo"].mod-state-show:after {
    content: '用户信息 << ';
    top: initial;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 2em;
    line-height: 2em;
    text-align: center;
}*/

aside>ul {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

aside>ul a {
    /*text-decoration: none; */
    color: #cccccc;
}

aside>ul a:hover {
    color: #f39800;
}

aside[role="userInfo"] details[open] summary {
    background: #666666;
}

aside[role="userInfo"] summary {
    line-height: 3em;
        margin-left: -0.5em;
    margin-right: -0.5em;
}

aside[role="userInfo"] summary:focus {
    outline: none;
}

table.userInfo-accountsTable {
    width: 100%;
}

table.userInfo-accountsTable th,
table.userInfo-accountsTable td {
    text-align: center;
}

table.userInfo-accountsTable td button,
aside[role="userInfo"] summary button {
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}








/* 要外面的宽度已经给好了 */