﻿* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*, h1, h3 {
    font-family: Arial;
}
.landing_body {
    width: 90%;
    max-width:500px;
    height: 350px;
    border: #1ab1e2 solid 3px;
    position: fixed;
    z-index: 99999998;
    background-color: white;
    /*left: 50%;
    margin-left: -250px;*/
}
.landing_title {
    text-align: center;
    margin-top: 25px;
    font-size: 30px;
}
.landing_title > i {
    color: initial;
}
.landing_body > h4 {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;
    font-size: 15px;
}
.landing_left{
    width: 76.12%;
}
.landing_right {
    width: 50px;
    height: 50px;
    background-image: url(/Images/Landing/2.png);
    background-repeat: no-repeat;
    margin-top: 23px;
    cursor: pointer;
    background-size: 50px;
    margin-left: 30px;
}
.landing_content > div {
    float: left;
}
.landing_content {
    margin: 20px auto;
    height: 100px;
    width: 68%;
}
.landing_box {
    border: 2px solid #1ab1e2;
    height: 40px;
    width: 100%;
}
.landing_box:last-child {
    margin-top: 15px;
}
.landing_bottom {
    margin-left: 30px;
    color: #a9a7a7;
    margin-top: 12px;
    height: 32px;
}
.linkedin, .twitter, .facebook, .landing_youtube {   
    margin-left: 6px;
    margin-right: 6px;
}
.landing_youtube {
    background: url(/Images/Landing/3.png) no-repeat;
    height: 32px;
    width: 32px;
    float: left;
}
.landing_bottom > div {
    float: left;
    margin-left: 5px;
}
.landing_bottom > span {
    line-height: 35px;
    height: 32px;
    float: left;
}
.landing_box > input {
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    font-size: 11pt;
}
.placeholder1, .placeholder2 {
    background: url(/Images/Landing/4.png) no-repeat;
    background-size: 26px;
}
.placeholder1 {
    background-position: 10px 7px;
}

.placeholder2 {
    background-position: 10px -29px;
}
.housing {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.7;
    background-color: rgb(0, 0, 0);
    top: 0px;
    z-index: 88888888;
}
.myClose {
    background-image: url(/Images/deleted.png);
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.landing_box > input::-moz-placeholder {
    text-align: left;
}

.landing_box > input::-webkit-input-placeholder {
    text-align: left;
}

.landing_box > input:-ms-input-placeholder {
    text-align: left;
}
/*Succeed消息框样式*/
.ccm_container {
    width: 180px;
    height: 110px;
    border: solid 2px #ccc;
    border-radius: 6px 6px;
    background-color: white;
    position: fixed;
    left: 50%;
    top:10px;
    margin-left: -55px;
    z-index: 999999999;
}
.ccm_title > .close {
    margin-top: -1px;
    margin-right: 1px;
}
.ccm_title {
    background-color: #f3cf05;
    height: 23px;
}
.ccm_title > span, .ccm_title > .ccm_close {
    color: black;
    opacity: 0.6;
}
.ccm_content {
    font-family: Arial;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    height: 52px;
}

.ccm_bottom > span {
    border: 1px solid #ccc;
    padding: 3.5px 8px;
    border-radius: 5px;
    cursor: pointer;
}
.ccm_bottom > span:hover {
    background-color: #efecec;
}
.ccm_bottom {
    text-align: center;
}
.ccm_housing {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.7;
    background-color: rgb(0, 0, 0);
    top: 0px;
    left:0px;
    z-index: 99999999;
}
@media screen and (max-width:555px){
    .landing_content{
        width:90%;
    }
}
@media screen and (max-width:500px){
    .landing_bottom > span{
        float:none;
        display: block;
        text-align: center;
    }
    .landing_bottom{
        margin:0;
    }
    .landing_bottom > div{
        float:none;
        width: 178px;
        margin: 0 auto;
    }
}
@media screen and (max-width:421px){
    .landing_right{
        margin-left: 10px;
    }
}
@media screen and (max-width:410px){
    .landing_title{
        margin-top:5px;
        font-size:26px;
    }
    .landing_content{
        margin:15px auto 10px;
    }
}
@media screen and (max-width:356px){
    .landing_content{
        margin:15px auto 0;
    }
}