﻿
@import url('mynavigation.css');
@import url('myindex.css');
@import url('mydomain.css');
@import url('myhosting.css');
@import url('mymail.css');
@import url('myvps.css');
@import url('mycloudserver.css');
@import url('myother.css');

/*#region 首页域名注册 */
.className{display:inline-block}
.className{width:80%;}
.className{width:20%;}
#header {
    padding-top: 8px;
}


/*#region 页脚和版权 */

#footer {
    color: #dadada;
    background-color: #272727;
    padding: 20px 0 30px;
    margin-top: 40px;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #2680b4;
        }

    #footer .logo {
        font-size: 13px;
    }

        #footer .logo img {
            width: 150px;
            margin: 17px 0 20px;
        }

    #footer li {
        border-top: 1px solid #353535;
        padding: 8px 0;
    }

        #footer li:first-child {
            padding-top: 0;
            border: none;
        }

    #footer small {
        display: block;
        color: #999;
    }

    #footer .links li {
        font-size: 12px;
        padding: 6px 0;
    }

    #footer address {
        background: url(http://7u2fsf.com1.z0.glb.clouddn.com/index-map.png) no-repeat;
    }

#copyright {
    font-size: 12px;
    color: #fff;
    background-color: #222;
    padding-top: 11px;
    padding-bottom: 7px;
}

    #copyright p {
        margin-top: 10px;
    }

    #copyright ul {
        margin: 0;
    }

    #copyright li a {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: block;
        background-position: 0 0;
        background-repeat: no-repeat;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #copyright li:hover a {
        background-position: 0 -38px;
    }

.social_facebook {
    background: url(http://7u2fsf.com1.z0.glb.clouddn.com/Social/facebook.png) no-repeat;
}

.social_twitter {
    background: url(http://7u2fsf.com1.z0.glb.clouddn.com/Social/twitter.png) no-repeat;
}

.social_weixin {
    background: url(http://7u2fsf.com1.z0.glb.clouddn.com/Social/weixin.png) no-repeat;
}

.social_weibo {
    background: url(http://7u2fsf.com1.z0.glb.clouddn.com/Social/weibo.png) no-repeat;
}

/*#endregion */

/*#region 注册和登录 */

.reg-form {
    margin-top: 50px;
}

.reg-form .control-label{
    text-align:left;
}

.reg-message
{
    position:relative;
}

.reg-message span{
    position:absolute;
    top:36%;
    left:9%;
    width:180px;
    color:#fff;
    font-size:16px;
    line-height:1.8em;
}

/*#endregion */

/*#region 自定义样式 */

.headline {
    margin: 10px 0 20px;
    border-bottom: 1px dotted #eee;
}

    .headline h3,
    .headline h4 {
        margin: 0 0 -2px 0;
        padding-bottom: 10px;
        display: inline-block;
        border-bottom: 2px solid #2680b4;
    }

.titleline {
    text-align: center;
    margin-bottom: 20px;
}

    .titleline h3 {
        position: relative;
        margin-top: 40px;
        padding-bottom: 20px;
    }

        .titleline h3:after {
            bottom: 0;
            left: 50%;
            height: 1px;
            width: 70px;
            content: " ";
            margin-left: -35px;
            position: absolute;
            background-color: #2680b4;
        }

.overflow-hidden {
    overflow: hidden;
}

.text-small {
    font-size: 13px;
    line-height: 1.8em;
}

.margin-10 {
    margin-bottom: 10px;
}

.margin-20 {
    margin-bottom: 20px;
}

.margin-30 {
    margin-bottom: 30px;
}

.no-padding {
    padding: 0 15px;
}

    .no-padding [class^="col-"], .no-padding [class*=" col-"] {
        padding: 0;
    }

.well-lg {
    font-size: 17.5px;
}

#refill label {
    width: 30%;
    padding-left: 0;
}

    #refill label input[type="radio"] {
        margin-top: 15px;
        display: none;
    }

#refill span {
    border: 1px solid #ccc;
    display: block;
    padding: 5px 0 5px 8px;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}

    #refill span .fa {
        display: none;
    }

    #refill span.active {
        border: 2px solid #2680b4;
    }

        #refill span.active .fa {
            display: block;
            position: absolute;
            right: 2px;
            bottom: 2px;
            color: #2680b4;
        }
/*#endregion */
