* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font: 14px Arial
}

.hp_wrap {
    max-width: 1152px;
    margin: 0 auto;
    padding: 0 10px;
    z-index: 2
}

li {
    list-style: none
}

a {
    text-decoration: none
}

a.link_white {
    color: #fff
}


/*hp_header*/

.hp_header {
    background: url(../images/hp_banner-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 780px;
    width: 100%;
}

.hp_header-wrap {
    position: relative;
    padding-top: 116px;
}

.hp_header-wrap .hp_header-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.hp_header-wrap .hp_header-bg1 {
    background: rgba(0, 0, 0, 1);
}

.hp_header .hp_header-top {
    max-width: 1152px;
    margin: 0 auto;
    zoom: 1
}

.hp_header .hp_header-top .logo {
    float: left;
    padding-top: 20px;
    width: 240px;
    padding-bottom: 15px;
}

.hp_header .hp_header-top .logo>a {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 240px;
    height: 45px;
    background: url(../images/irm_index_icons.png) left top no-repeat;
    background-size: 645px 485px;   
}

.hp_header .hp_header-top .sign_group-wrap {
    float: right;
    position: relative;
}

.hp_header .hp_header-top::after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.dropdownContainer {
    background: #212121;
    color: #fff;
    display: none;
    left: 195px;
    padding: 0px 1px 1px 1px;
    position: absolute;
    top: 83px;
    width: 250px;
    z-index: 1;
    box-shadow: 0 1px 4px #000;
    -moz-box-shadow: 0 1px 4px #000;
    -webkit-box-shadow: 0 1px 4px #000;
    -moz-border-radius: 0px 0 5px 5px;
    -webkit-border-radius: 0px 0 5px 5px;
    border-radius: 0px 0 5px 5px;
}

fieldset {
    border: 0px solid #878685;
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding: 15px 10px 10px 10px;
}

.row {
    margin-bottom: 0.5em;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    line-height: normal;
}

.dropdownContainer .row.rememberme {
    float: left;
    margin: 0;
    width: 100%;
}

.dropdownContainer .row label {
    color: #fff;
}

.dropdownContainer .row input {
    width: 214px;
}

.login-input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #ccc;
    padding: 6px;
    margin-top: 2px;
}

#hp_mainnav .signin span {
    padding-right: 20px;
}

.dropdownContainer .row.rememberme>div {
    float: left;
    padding-top: 3px;
    width: 100%;
}

.dropdownContainer .row.rememberme>div input {
    float: left;
    width: 20px;
    margin-left: 0px;
}

.dropdownContainer .row.rememberme>div span {
    float: left;
    font-size: 12px;
}

.dropdownContainer .row a {
    padding-left: 25px;
    font-weight: normal;
    color: #d4d4d4;
    text-decoration: none;
    font-size: 12px!important;
    padding: 2px 0 15px 0;
    text-align: right;
    float: right;
    margin-top: 0 !important;
    line-height: 15px !important;
    position: relative;
    z-index: 2;
    color: #5b85c1!important;
    text-decoration: underline;
}

.dropdownContainer .row a:hover {
    text-decoration: none;
}

.dropdownContainer .row.rememberme>div:last-child input {
    height: 28px;
    width: 100px;
    padding: 0px!important;
    float: none;
    -webkit-appearance:none;
}

.sign_group-wrap .n-Button {
    font-weight: 400;
}

.n-Button.Button-brown {
    background-color: #f3288e;
    border: none;
    color: white!important;
}

.dropdownContainer .row.rememberme>div:last-child {
    width: 100%;
    float: left;
    padding: 5px 0 5px 0;
    text-align: center;
}

.hp_header .hp_header-top a {
    color: #fff;
    font: 18px/28px Arial;
    margin-top: 28px;
    display: inline-block;
}

.hp_header .hp_header-top .none-decoration {
    background: #f3288e;
    padding: 1px 10px;
    border-radius: 5px;
}

.hp_header .hp_banner-tit {
    position: absolute;
    top: 130px;
    left: 320px;
}

.hp_header .hp_banner-des {
    position: absolute;
    top: 200px;
    left: 459px;
}

.hp_header .hp_banner-des>span {
    display: inline-block;
    width: 405px;
    height: 207px;
    background: url(../images/irm_index_icons.png) left -90px no-repeat;
}

.hp_header .hp_banner-des .hp_banner-text {
    margin-top: 30px;
}

.hp_header .hp_banner-des .hp_banner-text p {
    padding: 11px 0;
    color: #fff;
    font-size: 18px;
}

.hp_header .hp_banner-des .hp_banner-text p>i {
    display: inline-block;
    width: 24px;
    height: 23px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/irm_index_icons.png) -360px top no-repeat;
}

.hp_header .hp_header-form {
    display: inline-block;
    border: 2px solid #555864;
    border-radius: 15px;
    margin-top: 60px;
}

.hp_header .hp_sign-up {
    position: absolute;
    left: 470px;
    bottom: 32px;
    cursor: pointer;
}

.hp_header .hp_sign-up > span {
    display: inline-block;
    width: 241px;
    height: 64px;
    background: url(../images/irm_index_icons.png) right -60px no-repeat;
}

.hp_header .hp_header-form .hp_header-tit {
    color: #fff;
    font: bold 20px/22px SFPro Text Bold;
    padding: 18px 0;
    background-color: #374464;
    text-align: center;
    border-radius: 15px 15px 0 0;
}

.hp_header .hp_header-form .hp_form-cont {
    padding: 10px 36px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font: 16px/22px SFPro Text Regular;
    border-radius: 0 0 15px 15px;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-Category {
    margin-top: 16px;
    text-align: left;
}

.hp_header .hp_header-form .hp_form-cont select {
    outline: none;
    height: 22px;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hp_header .hp_header-form .hp_form-cont select {
        padding-right: 0!important;
    }
}

.hp_header .hp_header-form .hp_form-cont select option {
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 0;
}

.hp_header .hp_header-form .hp_form-cont input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-sex {
    width: 186px;
    height: 24px;
    background: url(../images/irm_index_icons.png) -2px -510px no-repeat;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-Category>div {
    margin-top: 8px;
    text-align: center;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-Category .hp_form-age {
    width: 120px;
    height: 24px;
    background: url(../images/irm_index_icons.png) -2px -570px no-repeat ;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-Category .hp_form-bot {
    width: 311px;
    height: 24px;
    background: url(../images/irm_index_icons.png) -2px -450px no-repeat;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-Category span.to {
    padding: 0 25px;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-btn {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 20px;
}

.hp_header .hp_header-form .hp_form-cont .hp_form-btn input {
    cursor: pointer;
    width: 309px;
    height: 59px;
    background: url(../images/irm_index_icons.png) right -150px no-repeat;
}

.hp_header-lt {
    float: left;
}

.hp_header-rt {
    float: right;
}

.hp_header .hp_header-top .c_signin_f:visited,
.hp_header .hp_header-top .c_signin_f:link {
    position: relative;
    display: inline-block;
    width: auto;
    height: 27px;
    bottom: 2px;
    border-radius: 3px;
    line-height: 26px;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-indent: 29px;
    text-shadow: none;
    box-shadow: inset 0 1px 0 #76a2d9, 0 1px 2px #464644;
    background-color: #3c66a2;
    background: linear-gradient(to bottom, #658fcc, #3c66a2);
    padding: 0 10px!important;
}

.hp_header .hp_header-top .c_sgin-or {
    margin: 30px 12px 0 10px;
    color: #fff;
    font: 14px/26px SFPro Text Medium;
    display: inline-block;
}

.c_signin_f span {
    position: absolute;
    left: 12px;
    top: 3px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/irm_index_icons.png) -420px -2px no-repeat;
}


/*hp_dating*/

.hp_dating {
    padding-bottom: 124px;
}

.hp_dating .hp_dating-tit {
    font: bold 30px/70px SFPro Text Bold;
    color: #ea3e92;
    text-align: center;
    padding: 80px 0 50px 0;
}

.hp_dating .hp_dating-des1,
.hp_dating .hp_dating-des2 {
    color: #282828;
    font: 18px/30px SFPro Text Medium;
    text-align: center;
    padding: 0 45px 0 54px;
}

.hp_dating .hp_dating-des2 {
    padding-top: 10px;
}


/*hp_features*/

.hp_features {
    color: #fff;
    background-color: #88a4e8;
    padding: 70px 0;
}

.hp_features h2,
.hp_features .unique_features {
    text-align: center;
    font-size: 30px;
    font-family: AvenirLTStdLight, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.hp_features ul {
    overflow: hidden
}

.hp_features ul li {
    float: left;
    width: 20%;
    margin: 34px 0 5px 0;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
}

.hp_features ul li i {
    width: 102px;
    height: 102px;
    display: block;
    margin: 0 auto;
    background: url(../images/irm_index_icons.png) left -300px no-repeat;
}

.hp_features ul li a {
    display: block;
    margin: 0;
    font-weight: bold;
    color: #fff;
}

.hp_features ul li a span {
    padding-top: 35px;
    display: block;
}

.hp_features ul li.icon_fea_location i {
    background-position: -102px -300px;
}

.hp_features ul li.icon_fea_chat i {
    background-position: -204px -300px;
}

.hp_features ul li.icon_fea_advisor i {
    background-position: -306px -300px;
}

.hp_features ul li.icon_fea_story i {
    background-position: -408px -300px;
}

.hp_features ul li.icon_fea_counselor i {
    background-position: -510px -300px;
}


/*hp_stories*/

.hp_stories {
    overflow: hidden;
    padding-bottom: 122px;
}

.hp_stories .hp_stories-tit {
    font: 30px/1 SFPro Text Medium;
    color: #ea3e92;
    text-align: center;
    padding: 112px 0 102px;
}

.hp_stories .hp_stories-main {
    position: relative;
    overflow: hidden
}

.hp_stories .hp_stories-main1 {
    margin-top: 120px;
}

.hp_stories .hp_stories-img {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
}

.hp_stories .hp_stories-img:before {
    position: absolute;
    z-index: -1;
    left: 50px;
    bottom: 20px;
    width: 90%;
    height: 20px;
    content: "";
    transform: skew(-10deg) rotate(-2deg);
    -webkit-transform: skew(-10deg) rotate(-2deg);
    -moz-transform: skew(-10deg) rotate(-2deg);
    box-shadow: 0 25px 39px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.hp_stories .hp_stories-img:after {
    position: absolute;
    z-index: -2;
    right: 50px;
    bottom: 20px;
    width: 90%;
    height: 20px;
    content: "";
    transform: skew(10deg) rotate(2deg);
    -webkit-transform: skew(10deg) rotate(2deg);
    -moz-transform: skew(10deg) rotate(2deg);
    box-shadow: 0 25px 39px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.hp_stories .hp_stories-img1 {
    left: auto;
    right: 0;
}

.hp_stories .hp_stories-cont {
    width: 586px;
    padding: 0 50px 0px 122px;
    border: 4px solid #fbd8e9;
    margin-top: 50px;
}

.hp_stories .hp_stories-cont1 {
    padding: 0 112px 0px 63px;
}

.hp_stories .hp_stories-lt {
    float: left;
}

.hp_stories .hp_stories-rt {
    float: right;
}

.hp_stories .hp_stories-cont .stories_cont-tit,
.hp_stories .hp_stories-cont .stories_cont-tit1 {
    padding-left: 30px;
    font: 40px/1 SFPro Text Semibold;
    color: #9a9a9a;
    margin-top: 45px;
}

.hp_stories .hp_stories-cont .stories_cont-tit1 {
    margin-top: 10px;
    margin-left: 240px;
}

.hp_stories .hp_stories-cont1 .stories_cont-tit1 {
    margin-left: 200px;
}

.hp_stories .hp_stories-cont span {
    background-color: #ea3e92;
    width: 8px;
    height: 43px;
    display: inline-block;
    float: left;
    margin-top: 45px;
}

.hp_stories .hp_stories-cont .stories_cont-des,
.hp_stories .hp_stories-cont .stories_cont-name {
    font: 18px/27px SFPro Text Medium;
    color: #303030;
    padding-top: 30px;
    font-style: italic;
}

.hp_stories .hp_stories-cont .stories_cont-des a {
    color: #ea3e92
}

.hp_stories .hp_stories-cont .stories_cont-des a:hover {
    text-decoration: underline
}

.hp_stories .hp_stories-cont .stories_cont-name {
    padding-top: 33px;
    padding-bottom: 37px;
}

.hp_stories .hp_stories-btn {
    margin-top: 48px;
    font: 20px/1 SFPro Text Medium;
    padding: 25px 28px;
    color: #fff;
    background-color: #ea3e92;
}


/*hp_platform*/

.hp_platform {
    background-color: #88a4e8;
    color: #fff;
}

.hp_platform .hp_tit {
    font: 30px/46px SFPro Text Medium;
    padding: 94px 0 70px;
    text-align: center;
}

.hp_platform .hp_des {
    font: 18px/30px SFPro Text Medium;
    text-align: center;
    padding: 0 32px;
}

.hp_platform .hp_platform-btn {
    text-align: center;
    font-size: 0;
    padding: 80px 0 94px 0;
}

.hp_platform .hp_platform-btn .hp_sign-up {
    font: 22px SFPro Text Semibold;
    display: inline-block;
    background-color: #ea3e92;
    padding: 21px 70px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.hp_platform .hp_platform-btn .hp_face-book {
    font: 22px SFPro Text Semibold;
    margin-left: 52px;
    display: inline-block;
    background-color: #4267b2;
    padding: 21px 36px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}


/*hp_foot*/

.hp_foot {
    background-color: #202327;
}

.hp_foot .hp_foot-link {
    text-align: center;
    padding: 36px 0 26px 0;
}

.hp_foot .hp_foot-link ul {
    font-size: 0;
}

.hp_foot .hp_foot-link li {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    color: #cccccc;
}

.hp_foot .hp_foot-link a {
    color: #cccccc;
    padding: 0 4px;
}

.hp_foot .hp_foot-link a:hover {
    color: #fff;
}

.hp_foot .hp_foot-icon {
    text-align: center;
}

.hp_foot .hp_foot-icon .footer_followus {
    font-size: 0;
    display: inline-block;
    color: #999999;
    font-size: 12px;
}

.hp_foot .hp_foot-bot {
    color: #999999;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    padding: 10px 0 68px 0;
}

.hp_foot .hp_foot-bot a {
    text-decoration: underline;
    color: #999999;
}

.hp_foot .hp_foot-bot a:hover {
    color: #fff;
}

.hp_foot .hp_foot-bot p:nth-of-type(1) a {
    text-decoration: none
}

.hp_foot #foot_banner_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.hp_foot #foot_banner_list ul li {
    display: inline;
    margin: 0 .2em;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 16px;
    padding: 0;
}

.none-decoration a:hover, a.meet_singles_link:hover {
    text-decoration: underline !important;
}

a.none-decoration, .none-decoration a, a.meet_singles_link {
    text-decoration: none !important;
}

@media screen and (max-width: 1150px) {
    .hp_stories .hp_stories-img {
        width: 40%;
    }
    .hp_stories .hp_stories-img img {
        width: 100%;
    }
    .hp_stories .hp_stories-cont {
        width: 525px;
    }
    .hp_stories .hp_stories-cont .stories_cont-tit1 {
        margin-left: 175px;
    }
    .hp_stories .hp_stories-cont1 .stories_cont-tit1 {
        margin-left: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .hp_header .hp_header-top {
        padding: 0 15px;
    }
    .hp_header {
        height: 865px;
    }
    .hp_header .hp_banner-des {
        display: none;
    }
    .hp_header .hp_banner-tit {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100px;
    }
    .hp_header .hp_header-wrap {
        text-align: center;
    }
    .hp_header .hp_header-form {
        margin-top: 75px;
    }
    .hp_header .hp_sign-up {
        position: inherit;
        margin-top: 10px;
        display: none
    }
    .hp_stories .hp_stories-cont {
        width: 420px;
    }
    .hp_stories .hp_stories-cont .stories_cont-tit,
    .hp_stories .hp_stories-cont .stories_cont-tit1 {
        font: 26px/1 SFPro Text Semibold;
        margin-top: 25px;
    }
    .hp_stories .hp_stories-cont .stories_cont-des,
    .hp_stories .hp_stories-cont .stories_cont-name {
        padding-top: 20px;
        font: 16px/30px SFPro Text Medium;
    }
    .hp_stories .hp_stories-cont .stories_cont-tit1 {
        margin-left: 75px;
        margin-top: 10px;
    }
    .hp_stories .hp_stories-cont span {
        height: 27px;
        margin-top: 25px;
    }
    .hp_stories .hp_stories-img:before {
        width: 70%;
    }
    .hp_stories .hp_stories-img:after {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .hp_header {
        height: 920px;
    }
    .hp_header-wrap {
        padding-top: 0;
    }
    .hp_header-wrap .hp_header-bg {
        position: absolute;
        width: 100%;
        padding-bottom: 10px;
    }
    .hp_header .hp_header-form {
        margin-top: 229px;
    }
    .hp_header .hp_header-top .sign_group-wrap {
        float: none;
    }
    .dropdownContainer {
        left: 50%;
        margin-left: -150px;
        top: 72px;
    }
    .hp_header .hp_header-top .logo {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }
    .hp_header .hp_header-top .logo a {
        width: 240px;
    }
    .hp_header .hp_header-top .c_signin_f:visited,
    .hp_header .hp_header-top .c_signin_f:link {
        margin: 25px 0 0 10px;
        float: none!important;
    }
    .hp_header .hp_banner-tit {
        top: 140px;
    }
    .hp_dating .hp_dating-tit {
        font: bold 30px/1.6 SFPro Text Bold;
        padding: 70px 0 40px 0;
    }
    .hp_stories .hp_stories-tit {
        padding: 45px 0;
    }
    .hp_stories .hp_stories-img {
        width: 40%;
        position: inherit
    }
    .hp_stories .hp_stories-img img {
        width: 100%;
    }
    .hp_stories .hp_stories-cont {
        width: 100%;
        box-sizing: border-box;
        margin-top: 35px;
        padding: 0 15px 15px 15px;
    }
    .hp_stories .hp_stories-cont .stories_cont-tit1 {
        margin-left: 75px;
        margin-top: 10px;
    }
    .hp_stories .hp_stories-cont .stories_cont-name {
        padding: 10px 0;
    }
    .hp_stories .hp_stories-main1 {
        margin-top: 48px;
    }
    .hp_stories .hp_stories-cont1 .stories_cont-tit1 {
        margin-left: 45px;
    }
    .hp_stories {
        padding-bottom: 36px;
    }
    .hp_stories .hp_stories-btn {
        float: none;
        width: 60%;
        margin: 32px auto 0;
        text-align: center;
        padding: 20px 0;
    }
    .hp_features ul li {
        width: 33.33%;
    }
    .hp_platform .hp_des {
        padding: 0;
        text-align: justify;
    }
    .hp_dating .hp_dating-des1,
    .hp_dating .hp_dating-des2 {
        padding: 0;
        text-align: justify;
    }
    .hp_platform .hp_platform-btn .hp_face-book {
        margin-left: 0;
        margin-top: 20px;
        padding: 15px;
        display: block;
    }
    .hp_header {
        background: url(../images/hp_banner-bg-mobile.jpg) no-repeat center top;
        background-size: cover;
        height: 850px;
    }
}

@media screen and (max-width: 500px) {
    .hp_header .hp_header-top {
        padding: 0;
    }
    .hp_header {
        height: 800px;
    }
    .hp_header .hp_header-form {
        margin-top: 184px;
    }
    .hp_header .hp_banner-tit {
        display: none;
    }
    .hp_header .hp_sign-up {
        position: inherit;
        margin-top: 30px;
    }
    .hp_header .hp_header-top .logo {
        float: none;
        padding-top: 20px;
    }
    .dropdownContainer {
        left: 50%;
        margin-left: -129px;
        top: 65px;
    }
    .hp_header .hp_header-top .logo a {
        float: none;
    }
    .hp_header .hp_header-form .hp_form-cont {
        padding: 10px 15px;
    }
    .hp_form-Category #match_age_min {
        float: left;
    }
    .hp_form-Category #match_age_max {
        float: right;
    }
    .hp_header .hp_header-form .hp_form-cont .hp_form-Category span {
        padding: 0;
    }
    .hp_dating .hp_dating-tit {
        padding: 25px 0;
        font: bold 30px/1 SFPro Text Bold;
        word-wrap: break-word;
    }
    .hp_dating {
        padding-bottom: 44px;
    }
    .hp_features ul li {
        width: 50%;
    }
    .hp_features {
        padding: 40px 0;
    }
    .hp_stories .hp_stories-img {
        width: 100%;
        position: inherit
    }
    .hp_platform .hp_tit {
        padding: 40px 0 30px;
        font: 24px/36px SFPro Text Medium;
    }
    .hp_platform .hp_des {
        font: 18px/28px SFPro Text Medium;
    }
    .hp_platform .hp_platform-btn {
        padding: 40px 0 50px 0;
    }
    .hp_platform .hp_platform-btn .hp_sign-up {
        padding: 15px 40px;
    }
    .hp_platform .hp_platform-btn .hp_face-book {
        margin-left: 0;
        margin-top: 20px;
        padding: 15px;
        display: inline-block;
    }
    .hp_dating .hp_dating-des1,
    .hp_dating .hp_dating-des2 {
        text-align: center;
    }
    .hp_platform .hp_des {
        text-align: center
    }
    .hp_header .hp_header-top .c_sgin-or {
        display: none;
    }
    .hp_header .hp_header-top .c_signin_f:visited,
    .hp_header .hp_header-top .c_signin_f:link {
        margin: 20px 0 10px 10px;
    }
    .hp_header .hp_header-top a {
        margin-top: 10px;
    }
    .hp_header .hp_header-top .sign_group-wrap {
        padding-top: 0px;
    }
}

@media screen and (max-width:414px) {
   .hp_header .hp_header-form {
        margin-top: 217px;
    }
}

@media screen and (max-width:375px) {
    .hp_header .hp_header-form  {
        width: 100%;
        background-size: contain;
    }
}

@media screen and (max-width:321px) {
    .hp_header .hp_header-top .c_signin_f:visited,
    .hp_header .hp_header-top .c_signin_f:link {
        margin: 30px 0 0 0;
    }
    .hp_features ul li a span {
        font-size: 13px;
    }
    .hp_stories .hp_stories-cont .stories_cont-tit,
    .hp_stories .hp_stories-cont .stories_cont-tit1 {
        font-size: 22px;
    }
    .hp_header .hp_header-form .hp_form-cont .hp_form-sex {
        width: 162px;
        background: url(../images/irm_index_icons.png) -25px -510px no-repeat;
    }
    .hp_header .hp_header-form .hp_form-cont .hp_form-Category span.to {
        padding: 0 10px;
    }
    .hp_header .hp_header-form .hp_form-cont .hp_form-Category .hp_form-age {
        width: 100px!important;
        background: url(../images/irm_index_icons.png) -20px -570px no-repeat;
    }
    .hp_header .hp_header-form .hp_form-cont .hp_form-Category .hp_form-bot {
        width: 248px;
        background: url(../images/irm_index_icons.png) -64px -450px no-repeat;
    }
    .hp_header .hp_header-form .hp_form-cont .hp_form-btn input {
        width: 248px;
        background: url(../images/irm_index_icons.png) right -150px no-repeat;
        background-size: 645px 600px;
    }
}
