body {
    font-family: 'Microsoft YaHei';
    margin: 0;
}

.page-head {
    height: 64px;
    background-color: #f37327;
    min-width: 700px;
}

.page-head-container {
    min-width: 500px;
    margin: 0 200px;
}

.site-logo {
    box-sizing: border-box;
    float: left;
    width: 190px;
    height: 64px;
    background: url(/portal/static/img/alibaba_logo.png) left 50% no-repeat;
}

.site-brand {
    display: inline-block;
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    height: 24px;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.site-brand:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: '';
    width: 2px;
    height: 18px;
    background-color: #fff;
}

.header-change-locale {
    position: relative;
    top: 18px;
    border: 1px solid #f2d3c1;
    border-radius: 3px;
    text-align: center;
    width: 50px;
    height: 20px;
    line-height: 18px;
    display: inline-block;
    margin-left: 28px;
    float: right;
}

.header-change-locale a, .mobile-header-change-locale a {
    display: block;
    color: #f2d3c1;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.page-one .container .header-change-locale {
    border: 1px solid #fff;
    margin-right: 20px;
}

.page-one .container .header-change-locale a {
    color: #fff;
}

.mobile-header-change-locale a {
    color: #FF8500;
}

.mobile-header-change-locale {
    border: 1px solid #FF8500;
    border-radius: 3px;
    text-align: center;
    width: 50px;
    height: 20px;
    line-height: 18px;
    display: inline-block;
    margin-left: 28px;
    float: right;
}

.page-content {
    background: url(http://guestprojection.oss-cn-hangzhou.aliyuncs.com/webresource/background3.png) no-repeat 0 20px;
    background-size: 100% 100%;
    min-width: 700px;
}

.page-content-without-background {
    background-color: #f5f5f5;
    min-width: 1300px;
    overflow: hidden;
}

.page-foot {
    background-color: #303233;
    font: 12px/1.5 tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
    color: #999;
    margin: 0 auto;
    padding: 24px 0;
    border-top: 2px solid #444;
    text-align: center;
    min-width: 700px;
}

.form-container {
    width: 360px;
    padding-bottom: 10px;
    position: absolute;
    background-color: #ffffff;
    left: 50%;
    /*top: 50%;*/
    box-shadow: 0 0 5px 1px #bfbfbf;
    border-radius: 6px;
}

.form-title {
    font-size: 16px;
    font-weight: bold;
    color: #626262;
    padding: 30px 0;
    margin: 0 12px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.input-container {
    margin-left: 30px;
    margin-top: 15px;
    width: 300px;
    height: 35px;
}

.nc-container {
    margin-left: 30px;
    margin-top: 15px;
    width: 300px;
    height: 35px;
}

.input-label {
    width: 80px;
    height: 35px;
    font-size: 14px;
    color: #808080;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    padding-left: 10px;
    position: absolute;
    z-index: 1;
}

.input-container input {
    padding-left: 80px;
    height: 33px;
    width: 218px;
    vertical-align: middle;
    position: absolute;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-appearance: none;
}

.input-container .captcha-input {
    width: 100px;
}

.submit-btn {
    display: inline-block;
    width: 300px;
    height: 40px;
    border: none;
    background-color: #FF8500;
    border-radius: 2px;
}

.get-captcha-btn {
    display: inline-block;
    width: 110px;
    height: 35px;
    border: none;
    background-color: #FF8500;
    border-radius: 2px;
    margin-left: 190px;
}

.get-captcha-btn[disabled] {
    background-color: #FFBC75;
}

.get-captcha-btn[disabled]:hover {
    cursor: default;
}

.submit-container {
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: 30px;
}

.submit-btn, .get-captcha-btn {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.get-captcha-btn {
    font-size: 12px;
}

.submit-btn, .get-captcha-btn:hover {
    cursor: pointer;
}

.form-message {
    padding-left: 30px;
    margin-bottom: 0;
    height: 147px;
    background-color: #f8f8f8;
    border-top: 1px solid #eeeeee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.prompt-ico {
    background: url(/portal/static/img/prompt-icon.png) no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.login-info {
    padding-top: 15px;
    font-size: 13px;
    color: #808080;
}

.login-info-second {
    padding-top: 15px;
    font-size: 12px;
    color: #808080;
}

.employee-only-info {
    font-size: 10px;
    color: #f17334;
}

a {
    color: #3fa5ed;
}

.wireless-projection-intro-container {
    margin: 50px auto;
    background-color: #fff;
    width: 1200px;
    overflow: hidden;
}

.login-success-label {
    /*margin-top: 80px;*/
    /*width: 330px;*/
    /*height: 40px;*/
    border: 1px solid #D3F4CF;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #808080;
    margin-top: 50px;
    /*background: url(Balloon.png) no-repeat;*/
    background-color: #F6FFF4;
    width: 480px;
    height: 35px;
}

.login-success-balloon-sign {
    background: url(/portal/static/img/Balloon-sign.png) no-repeat center;
    width: 16px;
    height: 35px;
    display: inline-block;
    margin-left: 192px;
    /*margin-top: 10px;*/
    position: absolute;
}

.login-success-text {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    position: absolute;
    margin-left: 220px;
}

.projection-icon {
    background: url(/portal/static/img/screen-icon.png) no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 125px;
    margin-top: 46px;
    position: absolute;
}

.projection-intro-title {
    margin-top: 45px;
    font-size: 18px;
    color: #626262;
    display: inline-block;
    /*margin-right: 10px;*/
    margin-left: 165px;
    position: absolute;
}

.projection-intro-detail {
    margin-top: 50px;
    font-size: 14px;
    color: #808080;
    display: inline-block;
    position: absolute;
    margin-left: 279px;
}

.projection-pic-intro {
    margin: 25px auto 60px auto;
    width: 934px;
    height: 380px;
    border: 1px solid #d9d9d9;
}

.app-main-page {
    background: url(/portal/static/img/Show3.png) no-repeat;
    width: 330px;
    height: 328px;
    display: inline-block;
    margin-left: 75px;
    margin-top: 35px;
    position: absolute;
}

.arrow-ico {
    background: url(/portal/static/img/arrow.png);
    width: 33px;
    height: 19px;
    display: inline-block;
    margin-left: 425px;
    margin-top: 190px;
    position: absolute;
}

.pic-intro-label {
    width: 330px;
    height: 40px;
    font-size: 14px;
    color: #f17334;
    border: 1px solid #f9ae89;
    position: absolute;
    margin-top: 50px;
    margin-left: 525px;
    line-height: 40px;
    text-align: center;
}

.step-info {
    background: url(/portal/static/img/step.png);
    width: 332px;
    height: 103px;
    position: absolute;
    margin-left: 525px;
    margin-top: 116px;
}

.step-text, .step-text-last {
    font-size: 13px;
    color: #626262;
    display: inline-block;
    margin-top: 48px;
    text-align: center;
    width: 102px;
    margin-right: 12px;
}

.step-text-last {
    margin-right: 0;
}

.green-btn, .orange-btn {
    display: inline-block;
    width: 135px;
    height: 40px;
    border: none;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.green-btn {
    background: url(/portal/static/img/button-green.png);
}

.orange-btn {
    background: url(/portal/static/img/button-orange.png);
}

.green-btn:hover, .orange-btn:hover {
    cursor: pointer;
}

.mac-btn {
    position: absolute;
    margin-top: 300px;
    margin-left: 525px;
}

.win-btn {
    position: absolute;
    margin-top: 300px;
    margin-left: 723px;
}

.form-sub-title {
    font-size: 13px;
    color: #808080;
    height: 30px;
    line-height: 50px;
    text-align: center
}

.form-sub-title-red {
    color: #F00;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

/* mobile style start */
.mobile-form-container {
    padding-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 1px #bfbfbf;
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    position: static;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}

.mobile-form-title {
    padding: 30px;
    text-align: center;
}

.mobile-input-container {
    width: auto;
    display: -webkit-box;
    margin-left: 5px;
    margin-right: 10px;
}

.mobile-input-container .input-label {
    position: static;
    width: 60px;
    text-align: left;
}

.mobile-input-container .input-border {
    border: 1px solid #bfbfbf;
    display: -webkit-box;
    -webkit-box-flex: 1;
}


.mobile-input-container input {
    outline: 0;
    position: static;
    padding-left:0;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    box-sizing: border-box;
    border: none;
}

.mobile-input-container .get-captcha-btn {
    margin-left: 10px;
}

.mobile-submit-container {
    margin-left: 5px;
    margin-right: 10px;
}

.mobile-submit-container .submit-btn {
    width: 100%;
}

/* wireless cast start */
.page-one .container {
    background: url(http://guestprojection.oss-cn-hangzhou.aliyuncs.com/webresource/first-page2.png) no-repeat 0 0;
    background-size: 100% 100%;
    height: 100%;
}

.page-one .container .title {
    position: absolute;
    font-family: tahoma, arial, "Hiragino Sans GB", 微软雅黑, sans-serif;
    font-size:65px;
    color:#ffffff;
    letter-spacing:0;
    line-height:54px;
    text-align:center;
    /*top: 184px;*/
    top: 26.6%;
    width: 100%;
}

.page-one .container .sub-title {
    position: absolute;
    opacity:0.74;
    font-family: tahoma, arial, "Hiragino Sans GB", 微软雅黑, sans-serif;
    font-size:20px;
    color:#ffffff;
    text-align:center;
    /*top: 258px;*/
    top: 38.0%;
    width: 100%;
}

.page-one .container .btn-container, .page-one .container .next-page-btn-container {
    position: absolute;
    width: 100%;
    /*top: 361px;*/
    top: 52.2%;
    text-align:center;
}

.page-one .container .next-page-btn-container {
    top: 92.9%;
}

.page-one .container .btn-container .next-page1 {
    background:#3184ff;
    border-radius:3px;
    border: none;
    height:52px;
    font-family: tahoma, arial, "Hiragino Sans GB", 微软雅黑, sans-serif;
    font-size:20px;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
}

.page-one .next-page2 {
    background: url(/portal/static/img/next-page-btn.png) no-repeat 0 0;
    background-size: 100% 100%;
    height: 21px;
    width: 33px;
    cursor: pointer;
    border: none;
    margin: 0 0;
    padding: 0 0;
}

.page-one .container .mac-book-container {
    position: absolute;
    width: 100%;
    text-align: center;
    /*top: 488px;*/
    top:  70.6%;
    height: 100%;
}

.page-one .container .mac-book {
    background: url(/portal/static/img/mac-book.png) no-repeat 0 0;
    height: 100%;
    background-size: 100% 100%;
    display: inline-block;
    width: 75%;
    top: 75%;
}

.page-two .left {
    display: inline-block;
    position: absolute;
    background:#357fec;
    border-radius:2px 2px 0 0;
    width: 50%;
    height: 90%;
}

.page-two .right {
    display: inline-block;
    position: absolute;
    background:#ffffff;
    width: 50%;
    left: 50%;
    height: 90%;
}

.page-two .foot {
    background: #f6f6f6;
    left: 0;
    position: absolute;
    top: 90%;
    height: 10%;
    width: 100%;
}

.page-two .copyright-container {
    width: 100%;
    text-align: center;
    top: 40%;
    position: relative;
}

.page-two .copyright-container p {
    font-size: 12px;
    margin: 0;
    color: #999;
}

.page-two .text1, .page-two .text2, .page-two .text3 {
    position: absolute;
    font-family: tahoma, arial, "Hiragino Sans GB", 微软雅黑, sans-serif;
    font-size:32px;
    color:#ffffff;
    text-align:center;
    top: 17.5%;
    width: 100%;
}

.page-two .left .text2 {
    top: 27%;
}

.page-two .left .text3 {
    font-size:16px;
    top: 35.5%;
    opacity:0.68;
}

.page-two .right .text1 {
    top :17.5%;
    color: #1D2331;
}

.page-two .right .text2 {
    top :27%;
    color: #1D2331;
}

.page-two .right .text3 {
    top :35.5%;
    color: #5f6c88;
    font-size:16px;
}

.page-two .left .btn-container {
    position: absolute;
    text-align: center;
    width: 100%;
}

.page-two .left .btn-container.mac {
    top: 49.2%;
}

.page-two .left .btn-container.win {
    top: 65%;
}

.page-two .left .btn-container button {
    padding: 0 20px;
    border: none;
    cursor: pointer;
    /*width: 160px;*/
    height: 52px;
    background:#336ABF;
    border-radius:5px;
    font-family: tahoma, arial, "Hiragino Sans GB", 微软雅黑, sans-serif;
    font-size:18px;
    color:#ffffff;
}

.page-two .mac-logo {
    background: url(/portal/static/img/mac-logo.png) no-repeat 0 0;
    width: 26px;
    height: 32px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.page-two .win-logo {
    background: url(/portal/static/img/win-logo.png) no-repeat 0 0;
    height: 26px;
    width: 26px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}
.page-two .btn-container .text {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
}

.page-two .right .pc-group-container {
    position: absolute;
    top: 46.5%;
    text-align: center;
    height: 215px;
    width: 100%;
}

.page-two .right .pc-group {
    background: url(/portal/static/img/pc_group.png) no-repeat 0 0;
    background-size: 100% 100%;
    height: 215px;
    width: 473px;
    display: inline-block;
}

.welcome-label {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #626262;
}

