/*iphone_transfer_music.css*/
.main h2 {
    text-align: center;
}
.main h2,
.main p {
    margin: 0 0 12px;
}
.main.itunes section:nth-child(even),
.main.music section:nth-child(odd) {
    background-color: #f6f6f6;
}

.music-ul {
    padding: 60px 0 0 0;
    width: 50%;
}

.itunes .music-ul {
    padding-top: 0;
}

.music-ul li {
    position: relative;
    list-style: none;
    padding-left: 30px;
    padding-bottom: 12px;
}
.music-ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #66af66;
}
.music-ul.none li::before {
    display: none;
}
/* banner start */
.banner {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(90deg ,#4baad8,#3bbd91) ;
    height: auto;
}
.banner .base-switching-button {
    margin-top: 40px;
}
.banner .base-switching-button .base-flex {
    justify-content: center;
}
.banner p {
    margin: 20px 0;
    font-size: 20px;
}
/* banner end */

/* free start */
.music-free .free-msg li {
    padding: 25px;
}
.music-free .free-msg li img {
    display: block;
    margin: auto;
    margin-bottom: 25px;
}
/* free end */

/* music-management start */
.music-itunes .itunes-msg {
    margin-top: 50px;
}
.music-itunes .itunes-msg p {
    margin-right: 25px;
    width: 50%;
}
.music-itunes .itunes-msg p img {
    display: block;
    margin: auto;
}
/* music-itunes end */

/* music-management start */
.music-management ul.base-flex {
    flex-wrap: wrap;
}
.music-management .management-msg {
    margin-top: 60px;
}
.music-management .music-ul {
    margin-right: 60px;
}
.music-management .card {
    margin: 10px 10px;
    padding: 10px 0;
    width: 110px;
    height: 118px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
/* music-management end */

/* fullbanner start */
.fullbanner {
    height: 600px;
    color: #fff;
    background: #f2f2f2 url(https://images.imyfone.com/en/wp-content/themes/theme2708/images/custom/tm/tm3-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fullbanner .fullbanner-msg {
    margin-top: 60px;
}
.fullbanner .music-ul {
    margin-top: 40px;
}
.fullbanner .music-ul li::before {
    background-color: #fff;
}
/* fullbanner end */


/* music-will start */
section.music-will.product-plate {
    text-align: center;
    background-color: #fff;
}
.music-will img {
    margin: 25px 0;
}
/* music-will end */


/* tunesmate-fullbanner start */
.tunesmate-fullbanner {
    height: 600px;
    background: #fff url(https://images.imyfone.com/en/wp-content/themes/theme2708/images/custom/tm/tm-bg-4.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tunesmate-fullbanner .base-flex {
    align-items: center;
}
.tunesmate-fullbanner .logo-txt {
    margin-left: 10px;
    color: #484848;
    font-size: 24px;
}
.tunesmate-fullbanner .title {
    padding: 30px 0 30px 0;
    max-width: 570px;
    color: #484848;
    font-size: 48px;
    line-height: 1.25;
}
/* tunesmate-fullbanner end */


/* product-faq-tips start */
.main section.product-faq-tips  {
    background-color: #fff !important;
}
.product-faq-tips .tips-msg {
    padding: 60px 0;
}
.product-faq-tips .text-center {
    color: #66af66;
    text-align: center;
}
.product-faq-tips .text-center a:hover {
    color: #66af66;
    text-decoration: underline;
}
/* product-faq-tips end */

/* user-reviews start */
.user-reviews {
    background: linear-gradient(180deg,#fff 50%,#f6f6f6 50%);
}
.user-reviews .user-swiper {
    margin-top: 60px;
    padding: 100px 80px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    background-image: linear-gradient(53deg,#3a9caa,#66af67) !important;
}

.user-reviews .item {
    position: relative;
}
.user-reviews .item::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 170px;
    width: 46px;
    height: 32px;
    background: url(https://images.imyfone.com/en/wp-content/themes/theme2708/images/custom/home/layer-1.png) no-repeat scroll;
}
.user-reviews .item::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 46px;
    height: 32px;
    background: url(https://images.imyfone.com/en/wp-content/themes/theme2708/images/custom/home/layer-2.png) no-repeat scroll;
}

.user-reviews .item .img {
    width: 150px;
    height: 150px;
}
.user-reviews .item-msg {
    margin-left: 80px;
    margin-top: 40px;
    width: calc(100% - 150px);
}
.user-reviews .item-msg .msg {
    font-size: 20px;
}
.user-reviews .item-msg .msg .strone {
    font-weight: bold;
}
.user-reviews .user-name {
    padding: 20px 0 30px 0;
    font-size: 18px;
    font-style: italic;
}
.user-reviews .product-button {
    margin-top: 30px;
    justify-content: center;
}
.user-reviews .product-button .button {
    margin-top: 40px;
    width: 260px;
    font-size: 20px;
    font-weight: normal;
    background: #66af66;
}
.user-reviews .product-button .button img {
    margin-left: 5px;
}
.user-reviews .reviews-star {
    margin-left: -70px;
    text-align: center;
}
.user-reviews .reviews-star a {
    color: #fff;
}
.user-reviews .reviews-star svg {
    width: 17px;
    height: 17px;
}
.user-reviews .reviews-star svg:last-child {
    margin-right: 5px;
}

.user-reviews .swiper-button-next, 
.user-reviews .swiper-container-rtl .swiper-button-prev {
    right: -40px;
}
.user-reviews .swiper-button-prev, 
.user-reviews .swiper-container-rtl .swiper-button-next {
    left: -40px;
}
.user-reviews .swiper-button-next:after, 
.user-reviews .swiper-button-prev:after {
    color: #2e2e2e;
    font-weight: bold;
}
.user-reviews .swiper-button-next:hover:after, 
.user-reviews .swiper-button-prev:hover:after {
    color: #207cfb;
}
.user-reviews .swiper-pagination {
    margin: 20px 0;
    width: calc(100% - 40px);
}
.user-reviews .swiper-pagination-bullet {
    margin:0 12.5px;
    width: 15px;
    height: 15px;
}
.user-reviews .swiper-pagination-bullet-active {
    background-color: #66af66;
}
/* user-reviews end */

/* library start */
.library {
    height: 730px;
    background: url(https://images.imyfone.com/en/wp-content/themes/theme2708/images/custom/tm/tm2-bg2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.library img {
    margin: 25px 0;
}
.library .green {
    color: #66af66;
}
/* library end */

/* will start */
.will {
    background-color: #fff !important;
}
.will h2 + p {
    text-align: center;
}
.will .music-ul {
    margin-top: 60px;
    max-width: 560px;
    width: 100%;
    padding-right: 30px;
}
.will .msg p {
    margin-left: 30px;
}
.will img {
    margin-top: 25px;
}
/* will end */

/* organize start */
.organize p {
    text-align: left;
    font-size: 16px;
}
.organize img {
    margin-top: 30px;
}
.organize .msg {
    margin-top: 60px;
}
/* organize end */
@media (max-width: 1366px) {
    /* user-reviews start */
    .user-reviews .swiper-button-next, 
    .user-reviews .swiper-container-rtl .swiper-button-prev {
        right: -25px;
    }
    .user-reviews .swiper-button-prev, 
    .user-reviews .swiper-container-rtl .swiper-button-next {
        left: -25px;
    }
    /* user-reviews end */
}
@media (max-width: 1024px) {

}
@media (max-width: 992px) {
    .music-ul {
        padding: 30px 30px 0 30px;
        width: 100%;
    }
    
    /* fullbanner start */
    .fullbanner .music-ul {
        margin-top: 0;
    }
    /* fullbanner end */



    /* organize start */ 
    .will .music-ul,
    .organize img,
    .organize .msg  {
        margin-top: 30px;
    }
    /* organize end */
}
@media (max-width: 768px) {

    .music-itunes .base-flex,
    .music-free .base-flex,
    .music-management .base-flex,
    .fullbanner .base-flex,
    .product-faq-tips .base-flex {
        flex-wrap: wrap;
    }

    /* music-free start */
    .music-free .free-msg li {
        width: 100%;
        text-align: center;
    }
    /* music-free end */

    /* music-itunes start */
    .music-itunes .itunes-msg p {
        margin-right: 0;
        width: 100%;
    }
    /* music-itunes end */

    /* music-management start */
    .music-management .base-flex {
        justify-content: center;
    }

    .fullbanner .fullbanner-msg,
    .music-management .management-msg {
        margin-top: 0;
    }
    .music-management .music-ul {
        margin-right: 0;
    }
    .fullbanner .music-ul + p {
        margin: 30px auto 0 auto;
    }
    /* music-management end */

    /* tunesmate-fullbanner start */
    .tunesmate-fullbanner {
        height: auto;
    }
    .tunesmate-fullbanner .title {
        font-size: 36px;
    }
    /* tunesmate-fullbanner end */

    /* user-reviews start */
    .user-reviews .base-flex {
        flex-wrap: wrap;
    }
    .user-reviews .user-swiper {
        padding: 40px 20px;
    }
    .user-reviews .item .img {
        margin: auto;
        margin-bottom: 20px;
    }
    .user-reviews .reviews-star,
    .user-reviews .item-msg {
        margin: 0;
        width: 100%;
        font-size: 18px;
    }
    .user-reviews .item-msg .msg {
        font-size: 18px;
    }
    .user-reviews .item::before,
    .user-reviews .item::after {
        display: none;
    }
    .user-reviews .swiper-button-next,
    .user-reviews .swiper-button-prev {
        display: none;
    }
    /* user-reviews end */

    .product-faq-tips .tips-msg .tips-card {
        margin-bottom: 20px;
    }

    /* organize start */ 
    .will .music-ul,
    .organize img,
    .organize .msg  {
        margin-top: 0;
    }
    /* organize end */

    .itunes .music-ul {
        padding: 0;
    }
}
@media (max-width: 414px) {}
@media (max-width: 375px) {}